We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f10a3f commit b2fe1b6Copy full SHA for b2fe1b6
ci/run.sh
@@ -37,7 +37,7 @@ echo "STDARCH_DISABLE_ASSERT_INSTR=${STDARCH_DISABLE_ASSERT_INSTR}"
37
echo "STDARCH_TEST_EVERYTHING=${STDARCH_TEST_EVERYTHING}"
38
39
cargo_test() {
40
- cmd="cargo +nightly"
+ cmd="cargo"
41
subcmd="test"
42
if [ "$NORUN" = "1" ]; then
43
export subcmd="build"
0 commit comments