We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c919480 commit fff07a6Copy full SHA for fff07a6
contrib/test.sh
@@ -34,8 +34,8 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
34
done
35
36
# 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"
+ RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --all
+ RUSTFLAGS='--cfg=rust_secp_fuzz' cargo test --all --features="$FEATURES"
39
cargo test --all --features="rand rand-std"
40
cargo test --all --features="rand serde"
41
0 commit comments