Skip to content

Commit c7bac27

Browse files
committed
Enable ci tests with --all-features
1 parent 123f489 commit c7bac27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/script.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ main() {
55

66
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
77
cargo test --target $TARGET
8+
cargo test --target $TARGET --all-features
89
cargo test --target $TARGET --release
10+
cargo test --target $TARGET --release --all-features
911

1012
export RUSTFLAGS="-Z sanitizer=thread"
1113
export RUST_TEST_THREADS=1
1214
export TSAN_OPTIONS="suppressions=$(pwd)/blacklist.txt"
1315

1416
cargo test --test tsan --target $TARGET
17+
cargo test --test tsan --target $TARGET --all-features
1518
cargo test --test tsan --target $TARGET --release
19+
cargo test --test tsan --target $TARGET --release --all-features
1620
fi
1721
}
1822

0 commit comments

Comments
 (0)