Skip to content

Commit e8c7e1f

Browse files
testing fail-first
1 parent 93bb9a9 commit e8c7e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: always()
3434
run: cat ${{ github.workspace }}/.pytest_cache/v/pytest_ranking_data/num_runs_since_fail
3535
- name: Run tests
36-
run: pytest -v --rank --rank-weight=1-0-0
36+
run: pytest -v --rank --rank-weight=0-1-0
3737
- name: Print saved pytest cache
3838
if: always()
3939
run: cat ${{ github.workspace }}/.pytest_cache/v/pytest_ranking_data/num_runs_since_fail

0 commit comments

Comments
 (0)