Skip to content

Commit fa08ff1

Browse files
committed
ci: make sure to always run tests against full matrix
Otherwise a failing test will cancel the other test runs, making it more difficult to figure out if a failure is platform specific.
1 parent f2d31b0 commit fa08ff1

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
@@ -19,6 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.platform }}
2020

2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
platform: [ubuntu-latest, macos-latest, windows-latest]
2425

0 commit comments

Comments
 (0)