Skip to content

Commit

Permalink
CI #303 pre-test with only pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 18, 2023
1 parent 7c63af9 commit 550bdb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
conda list
micromamba list
- name: Test only with pytest
shell: bash -l {0}
run: |
pytest -vvv --exitfirst .
- name: Test with coverage and pytest
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 550bdb1

Please sign in to comment.