Skip to content

Commit e3caaed

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 ca5de8e commit e3caaed

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)