Skip to content

Commit f0da99a

Browse files
committed
Remove unused feature flag from test script
1 parent 9d65aee commit f0da99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/actions/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
cargo build --verbose --features $FEATURES
6-
cargo test --verbose --features $FEATURES -- --test-threads=1
5+
cargo build --verbose
6+
cargo test --verbose -- --test-threads=1
77

88
for example_dir in examples/*; do
99
cd $example_dir

0 commit comments

Comments
 (0)