Skip to content

Commit 3a65814

Browse files
KixironJoshua Nelson
authored andcommitted
Disabled fail-fast for CI
1 parent bc15998 commit 3a65814

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ jobs:
1010
test:
1111
name: Test
1212
runs-on: ubuntu-latest
13-
steps:
1413

14+
strategy:
15+
fail-fast: false
16+
17+
steps:
1518
- uses: actions/checkout@master
1619
with:
1720
fetch-depth: 2

0 commit comments

Comments
 (0)