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 77faba1 commit 255c9f3Copy full SHA for 255c9f3
ci/run.sh
@@ -21,7 +21,7 @@ fi
21
if [ "${NO_STD:-}" = "1" ]; then
22
echo "nothing to do for no_std"
23
else
24
- run="cargo test --manifest-path testcrate/Cargo.toml --target $target"
+ run="cargo test --manifest-path testcrate/Cargo.toml --no-fail-fast --target $target"
25
$run
26
$run --release
27
$run --features c
0 commit comments