Skip to content

Commit

Permalink
GitHub Actions: fail-fast: false
Browse files Browse the repository at this point in the history
See which tests pass and which fail.
  • Loading branch information
cclauss committed Mar 16, 2023
1 parent 0420847 commit b0b0670
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
python-version:
- 2.7
- 3.7
- 3.8
- 3.9
- '2.7'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b0b0670

Please sign in to comment.