Skip to content

Commit 321f04e

Browse files
Fail fast false + cosmetics
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 3f9f024 commit 321f04e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010

1111
jobs:
1212
build:
13-
name: Run tests on ${{ matrix.toolchain }} ${{ matrix.target }}
13+
name: ${{ matrix.toolchain }}/${{ matrix.target }}
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
toolchain:
1819
- stable
@@ -95,6 +96,7 @@ jobs:
9596
runs-on: ubuntu-latest
9697
needs: build
9798
strategy:
99+
fail-fast: false
98100
matrix:
99101
target:
100102
- x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)