Skip to content

Commit 9372044

Browse files
committed
Dont fail fast
1 parent cf02d56 commit 9372044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push]
55
jobs:
66
test:
77
strategy:
8+
fail-fast: false
89
matrix:
910
os: [ubuntu-latest, windows-latest, macos-latest]
1011
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)