Skip to content

Commit ddb1918

Browse files
committed
[DO NOT MERGE] Disable fail-fast for easy debugging
- Make tests single-threaded
1 parent f1b0ef2 commit ddb1918

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
name: Test
4141
runs-on: ${{ matrix.target.os }}
4242
strategy:
43+
fail-fast: false
4344
matrix:
4445
profile:
4546
- dev

Diff for: ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -ex
88
# having only one thread increases debuggability to be worth it.
99
#export RUST_BACKTRACE=full
1010
#export RUST_TEST_NOCAPTURE=1
11-
#export RUST_TEST_THREADS=1
11+
export RUST_TEST_THREADS=1
1212

1313
export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
1414
export HOST_RUSTFLAGS="${RUSTFLAGS}"

0 commit comments

Comments
 (0)