Skip to content

Commit

Permalink
Pass -v twice to see full skip reasons
Browse files Browse the repository at this point in the history
+ Reorder pytest arguments so both workflows are consistent.
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent 75cf540 commit eb56e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Test with pytest
run: |
set +x
/usr/bin/python -m pytest -p no:sugar -v --instafail
/usr/bin/python -m pytest -p no:sugar --instafail -vv
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Test with pytest
run: |
pytest -v -p no:sugar --instafail
pytest -p no:sugar --instafail -vv
continue-on-error: false

- name: Documentation
Expand Down

0 comments on commit eb56e7b

Please sign in to comment.