Fail fast false + cosmetics

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-10-30 09:22:38 +01:00 committed by Francesco Guardiani
parent 3f9f024a6d
commit 321f04ea09
1 changed files with 3 additions and 1 deletions

View File

@ -10,9 +10,10 @@ on:
jobs:
build:
name: Run tests on ${{ matrix.toolchain }} ${{ matrix.target }}
name: ${{ matrix.toolchain }}/${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
toolchain:
- stable
@ -95,6 +96,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu