Skip to content

Commit

Permalink
Switch off fail-fast
Browse files Browse the repository at this point in the history
This prevents everything in test matrix from failing
  • Loading branch information
Mulan-94 committed Sep 26, 2022
1 parent 5e2f0c0 commit fb57a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
Expand Down

0 comments on commit fb57a1f

Please sign in to comment.