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