Skip to content

Commit 24b0c83

Browse files
committed
CI: Don't make the test matrix fail fast
1 parent 71418f0 commit 24b0c83

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
@@ -30,6 +30,7 @@ jobs:
3030
test:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
os: ["ubuntu-latest"]
3536
python-version: [

0 commit comments

Comments
 (0)