We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461bae9 commit d9b70d2Copy full SHA for d9b70d2
contrib/test.sh
@@ -51,7 +51,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
51
cargo build --all --no-default-features --features="std,$feature"
52
cargo test --all --no-default-features --features="std,$feature"
53
done
54
- # Other combos
+ # Other combos
55
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all
56
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES"
57
cargo test --all --features="rand serde"
0 commit comments