Skip to content

Commit

Permalink
SWI-4240 Make Tests Not Fail Fast (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: AJ Rice <[email protected]>
  • Loading branch information
ckoegel and ajrice6713 authored Jan 9, 2024
1 parent 6d87e19 commit c203e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
matrix:
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
fail-fast: false
env:
PYTHON_VERSION: ${{ matrix.python-version }}
OPERATING_SYSTEM: ${{ matrix.os }}
Expand Down

0 comments on commit c203e8c

Please sign in to comment.