Skip to content

Commit

Permalink
Show info about skipped and xfailed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Oct 7, 2024
1 parent ff75d0b commit 03f23a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
aioitertools=0.11.0
- name: Test with pytest
run: pytest -n auto -v -W "ignore:Downloading test file:UserWarning::"
run: pytest -n auto -v -rsx -W "ignore:Downloading test file:UserWarning::"

- name: Test with pytspack installed
run: |
pip install https://github.com/noaa-oar-arl/pytspack/archive/master.zip
pytest -n auto -v -k with_pytspack
pytest -n auto -v -rsx -k with_pytspack
docs:
name: Check docs build
Expand Down

0 comments on commit 03f23a1

Please sign in to comment.