Skip to content

Commit

Permalink
feat: ✨ add unittest github action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoheiser committed Nov 21, 2023
1 parent 0b37497 commit 0428377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install -r requirements-dev.txt
- name: Test with unittest
run: |
unittest discover -s tests/unit -v
python -m unittest discover -s tests/unit -v

0 comments on commit 0428377

Please sign in to comment.