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: