Skip to content

Commit 6aa6890

Browse files
committed
Don't cancel CI on other OSs just because one fails
1 parent ca34540 commit 6aa6890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest, macos-latest, windows-latest]
8+
fail-fast: false
89
runs-on: ${{ matrix.os }}
910
steps:
1011
- name: Setup go

0 commit comments

Comments
 (0)