From 321f04ea091ef3bd3a0c62d10b7da16537bd4e69 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Fri, 30 Oct 2020 09:22:38 +0100 Subject: [PATCH] Fail fast false + cosmetics Signed-off-by: Francesco Guardiani --- .github/workflows/rust_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust_tests.yml b/.github/workflows/rust_tests.yml index c2906ab..65470c7 100644 --- a/.github/workflows/rust_tests.yml +++ b/.github/workflows/rust_tests.yml @@ -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