From e086fb3bf04e908d41f23029fa3aa06ab8b8d4a1 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 e76c193fd..f2290674f 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -48,7 +48,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"