Skip to content

Commit 710560e

Browse files
committed
Don't use --all-features in CI
1 parent 10ab472 commit 710560e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
rustup default ${{ matrix.rust }}
4242
- run: cargo test --verbose
4343
- run: cargo test --verbose --no-default-features
44-
- run: cargo test --verbose --all-features
44+
- run: cargo test --verbose --features std,serde,sval,sval_ref,value-bag,kv,kv_std,kv_sval,kv_serde
4545
- run: cargo test --verbose --features serde
4646
- run: cargo test --verbose --features std
4747
- run: cargo test --verbose --features kv
@@ -92,7 +92,7 @@ jobs:
9292
rustup default stable
9393
rustup component add rust-docs
9494
- name: Run rustdoc
95-
run: RUSTDOCFLAGS="-D warnings" cargo doc --verbose --all-features
95+
run: RUSTDOCFLAGS="-D warnings" cargo doc --verbose --features std,serde,sval,sval_ref,value-bag,kv,kv_std,kv_sval,kv_serde
9696

9797
features:
9898
name: Feature check

0 commit comments

Comments
 (0)