We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253ebe8 commit 28489ecCopy full SHA for 28489ec
contrib/test.sh
@@ -50,7 +50,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
50
cargo build --all --no-default-features --features="std,$feature"
51
cargo test --all --no-default-features --features="std,$feature"
52
done
53
- # Other combos
+ # Other combos
54
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all
55
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES"
56
cargo test --all --features="rand serde"
0 commit comments