Skip to content

Commit

Permalink
make fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed May 11, 2024
1 parent 436e1b3 commit a4c466e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pytesting:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
pytest -n 2 --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
timeout-minutes: 90 # Set the timeout to 1.5 hours for this step

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit a4c466e

Please sign in to comment.