Skip to content

Commit

Permalink
simplify pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 19, 2024
1 parent a1dd726 commit 4649f02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
- name: Install pyani
run: pip install -e .

- name: Run Fast Tests with pytest
run: python -m pytest -v -m "not slow" --cov=pyani --cov-report=xml:.coverage_fast.xml
- name: Run Tests with pytest
run: python -m pytest -v
# -m "not slow" --cov=pyani --cov-report=xml:.coverage_fast.xml

- name: Upload pytest Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4649f02

Please sign in to comment.