Skip to content

Commit 2dc961b

Browse files
committed
Don't fail fast when running tests
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 a6ea045 commit 2dc961b

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
@@ -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)