Skip to content

Commit

Permalink
ci: add test with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 11, 2024
1 parent c1520ae commit ce53585
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- name: Install package
run: python -m pip install .

- name: Test
run: python -m pip test
- name: Test using pytest
run: |
python -m pip install pytest
pytest -v

0 comments on commit ce53585

Please sign in to comment.