Skip to content

Commit 8c18750

Browse files
authored
Don't fail fast when running tests (#520)
This avoids the need to play whack-a-mole with CI failures, like I had to deal with on #518. Everything should be laid out on the table once. This saves everyone time.
1 parent be95b73 commit 8c18750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
python-version:
1314
- 2.7

0 commit comments

Comments
 (0)