We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8046910 commit fbee755Copy full SHA for fbee755
.github/workflows/build.yml
@@ -7,6 +7,7 @@ jobs:
7
name: Build - ${{ matrix.os }} (${{ matrix.arch }})
8
runs-on: ${{ matrix.runner }}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
include:
13
- os: linux
.github/workflows/tests.yml
name: Test - ${{ matrix.os }} (${{ matrix.arch }})
0 commit comments