Skip to content

Commit 65cb8f6

Browse files
authored
set fail-fast false
1 parent b9317dc commit 65cb8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
strategy:
88
matrix:
99
os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
10+
fail-fast: false
1011
runs-on: ${{ matrix.os }}
11-
12+
1213
steps:
1314
- name: Install Dependencies (Linux)
1415
run: |

0 commit comments

Comments
 (0)