From dfb2ebb533eaa193ea23e1c2ac1a3849a5754971 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 18 Sep 2019 21:04:13 +0200 Subject: [PATCH] skip release and ffi runs, they are check using python bindings --- ci/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/run.sh b/ci/run.sh index e61a4abbc..1b922f1b4 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -39,8 +39,4 @@ fi # Run all the test configurations: $CARGO_CMD $CARGO_SUBCMD $OPT -$CARGO_CMD $CARGO_SUBCMD $OPT_RELEASE $CARGO_CMD $CARGO_SUBCMD $OPT_RELEASE_IGNORED - -# Build the ffi lib -$CARGO_CMD $CARGO_SUBCMD $OPT_FFI_RELEASE