From d9b70d27b0f436ca37d06d40e9d369e0c513c917 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 20 Jul 2023 10:52:26 +1000 Subject: [PATCH] Remove trailing whitespace --- contrib/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test.sh b/contrib/test.sh index 379059e..7303a5d 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -51,7 +51,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then cargo build --all --no-default-features --features="std,$feature" cargo test --all --no-default-features --features="std,$feature" done - # Other combos + # Other combos RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES" cargo test --all --features="rand serde"