Skip to content

Commit

Permalink
Don't use --all-features in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 31, 2024
1 parent 10ab472 commit 710560e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
rustup default ${{ matrix.rust }}
- run: cargo test --verbose
- run: cargo test --verbose --no-default-features
- run: cargo test --verbose --all-features
- run: cargo test --verbose --features std,serde,sval,sval_ref,value-bag,kv,kv_std,kv_sval,kv_serde
- run: cargo test --verbose --features serde
- run: cargo test --verbose --features std
- run: cargo test --verbose --features kv
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
rustup default stable
rustup component add rust-docs
- name: Run rustdoc
run: RUSTDOCFLAGS="-D warnings" cargo doc --verbose --all-features
run: RUSTDOCFLAGS="-D warnings" cargo doc --verbose --features std,serde,sval,sval_ref,value-bag,kv,kv_std,kv_sval,kv_serde

features:
name: Feature check
Expand Down

0 comments on commit 710560e

Please sign in to comment.