diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-05-10 19:36:35 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-05-15 07:19:17 -0500 |
| commit | 4509315d2fe3b3567c3e8457599ac50ff7c06d80 (patch) | |
| tree | 59b1ac164b552909a3e7f36f5da53f7f03af12ec /library/compiler-builtins/ci/run.sh | |
| parent | 1be662630700d380dc57160f9faf33ae23001e3d (diff) | |
| download | rust-4509315d2fe3b3567c3e8457599ac50ff7c06d80.tar.gz rust-4509315d2fe3b3567c3e8457599ac50ff7c06d80.zip | |
Enable no-fail-fast for more usable test output
Diffstat (limited to 'library/compiler-builtins/ci/run.sh')
| -rwxr-xr-x | library/compiler-builtins/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/run.sh b/library/compiler-builtins/ci/run.sh index 1298093a658..847b52435a1 100755 --- a/library/compiler-builtins/ci/run.sh +++ b/library/compiler-builtins/ci/run.sh @@ -21,7 +21,7 @@ fi if [ "${NO_STD:-}" = "1" ]; then echo "nothing to do for no_std" else - run="cargo test --manifest-path testcrate/Cargo.toml --target $target" + run="cargo test --manifest-path testcrate/Cargo.toml --no-fail-fast --target $target" $run $run --release $run --features c |
