Skip to content

Commit fff07a6

Browse files
committed
ci: actually run tests with fuzz feature enabled
1 parent c919480 commit fff07a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
3434
done
3535

3636
# Other combos
37-
RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --no-run --all
38-
RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --no-run --all --features="$FEATURES"
37+
RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --all
38+
RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --all --features="$FEATURES"
3939
cargo test --all --features="rand rand-std"
4040
cargo test --all --features="rand serde"
4141

0 commit comments

Comments
 (0)