We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fail-fast
1 parent be96d9c commit 13599cbCopy full SHA for 13599cb
.github/workflows/main.yml
@@ -40,6 +40,7 @@ jobs:
40
name: Test
41
runs-on: ${{ matrix.target.os }}
42
strategy:
43
+ fail-fast: false
44
matrix:
45
profile:
46
- dev
ci/run.sh
@@ -8,7 +8,7 @@ set -ex
8
# having only one thread increases debuggability to be worth it.
9
#export RUST_BACKTRACE=full
10
#export RUST_TEST_NOCAPTURE=1
11
-#export RUST_TEST_THREADS=1
+export RUST_TEST_THREADS=1
12
13
export RUSTFLAGS="${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
14
export HOST_RUSTFLAGS="${RUSTFLAGS}"
0 commit comments