Skip to content

Commit ca98e9e

Browse files
committed
Disable fail-fast for external type check
If one OS fails, doesn't mean it will fail for the others.
1 parent 306632c commit ca98e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
name: check-external-types (${{ matrix.os }})
124124
runs-on: ${{ matrix.os }}
125125
strategy:
126+
fail-fast: false
126127
matrix:
127128
os:
128129
- windows-latest

0 commit comments

Comments
 (0)