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