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 29e1a0c commit e086fb3Copy full SHA for e086fb3
contrib/test.sh
@@ -48,7 +48,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
48
cargo build --all --no-default-features --features="std,$feature"
49
cargo test --all --no-default-features --features="std,$feature"
50
done
51
- # Other combos
+ # Other combos
52
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all
53
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES"
54
cargo test --all --features="rand serde"
0 commit comments