Skip to content

Commit

Permalink
add failed first to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathias Schreiner committed Jan 28, 2025
1 parent d2e26a9 commit d91e38a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pdm-install-and-test-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests
run: |
pdm run pytest -vv -s
pdm run pytest -vv -s --ff
- name: Save cache data
uses: actions/cache/save@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pdm-install-and-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests
run: |
pdm run pytest -vv -s
pdm run pytest -vv -s --ff
- name: Save cache data
uses: actions/cache/save@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pip-install-and-test-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: |
python -m pytest -vv -s
python -m pytest -vv -s --ff
- name: Save cache data
uses: actions/cache/save@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pip-install-and-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run tests
run: |
python -m pytest -vv -s
python -m pytest -vv -s --ff
- name: Save cache data
uses: actions/cache/save@v4
Expand Down

0 comments on commit d91e38a

Please sign in to comment.