We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e502479 commit 292ecc6Copy full SHA for 292ecc6
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ ubuntu, windows, macos ]
15
+ fail-fast: false
16
runs-on: ${{ matrix.os }}-latest
17
defaults:
18
run:
0 commit comments