We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05970a5 commit 624802cCopy full SHA for 624802c
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
5
jobs:
6
build:
7
strategy:
8
+ fail-fast: false
9
matrix:
10
os: [ubuntu-latest, macos-latest]
11
runs-on: ${{ matrix.os }}
0 commit comments