Skip to content

Commit 7e6d0f4

Browse files
committed
Set GH Action unit test matrix to not fail fast
- This means that every job will run, whatever the result of any other.
1 parent c619cf5 commit 7e6d0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
unit-test:
77
runs-on: ubuntu-18.04
88
strategy:
9+
fail-fast: false
910
matrix:
1011
python-version: ['2.x', '3.x']
1112
name: Python ${{ matrix.python-version }} test

0 commit comments

Comments
 (0)