From 6af272230e6094064f2efb471b8766c7a435bcf9 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 13 Nov 2019 00:24:09 +0100 Subject: [PATCH] skip gh actions --- .github/workflows/rust.yml => ci_scripts/gh-actions-rust.yml | 0 ci_scripts/run-rust-test.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/rust.yml => ci_scripts/gh-actions-rust.yml (100%) diff --git a/.github/workflows/rust.yml b/ci_scripts/gh-actions-rust.yml similarity index 100% rename from .github/workflows/rust.yml rename to ci_scripts/gh-actions-rust.yml diff --git a/ci_scripts/run-rust-test.sh b/ci_scripts/run-rust-test.sh index b53200625..8050ebcba 100755 --- a/ci_scripts/run-rust-test.sh +++ b/ci_scripts/run-rust-test.sh @@ -34,7 +34,7 @@ else export CARGO_SUBCMD="test --all" export OPT="-j1 ${OPT} " export OPT_RELEASE="-j2 ${OPT_RELEASE} " - export OPT_RELEASE_IGNORED="-j2 ${OPT_RELEASE} -- --ignored" + export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored" fi # Run all the test configurations: