Skip to content

Commit

Permalink
Separate out test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 2, 2023
1 parent f991861 commit d9d7e6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
pip install -e .
pip install -r "test_requirements.txt"
pip --version
- name: Run tests
- name: Run tests with unittest
run: |
coverage run --branch -m unittest discover -v -t . haas
- name: Run tests with haas
run: |
python -m haas haas
- name: Print coverage report
run: |
coverage report
lint:
Expand Down

0 comments on commit d9d7e6e

Please sign in to comment.