Skip to content

Commit

Permalink
Run all tests explicitly (discover those in subpackages)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll committed Apr 25, 2024
1 parent f8feed3 commit 2ce6355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and install
run: pip install .
- name: Run unit tests
run: python -m unittest -v tests
run: python -m unittest discover -f
- name: Check types with mypy
run: mypy src/seemps
- name: Lint with flake8
Expand Down

0 comments on commit 2ce6355

Please sign in to comment.