Skip to content

Commit 610b6db

Browse files
committed
Don't fail-fast on tests
This at least allows testing all platforms regardless of platform-specific failures.
1 parent a3406f9 commit 610b6db

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
@@ -13,6 +13,7 @@ jobs:
1313
name: Test
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
include:
1819
- os: ubuntu-20.04

0 commit comments

Comments
 (0)