File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
2020 - run : cargo build --all
2121 # test
2222 - run : cargo test --all
23+ - run : cargo test --all-features
24+ - run : cargo test --no-default-features
25+ - run : cargo test --no-default-features --features=alloc
26+ - run : cargo test --no-default-features --features=descriptive-errors
27+ - run : cargo test --no-default-features --features=bits
28+ - run : cargo test --no-default-features --features=logging
2329 # run examples
2430 - run : cargo run --example 2>&1 | grep -P ' ' | awk '{print $1}' | xargs -i cargo run --example {}
25- # test with no bits feature (don't test docs)
26- - run : cargo test --lib --examples --tests --features std --no-default-features
2731
2832 # Only build on MSRV, since trybuild will fail on older version
2933 build-msrv :
You can’t perform that action at this time.
0 commit comments