Skip to content

Commit 0428377

Browse files
committed
feat: ✨ add unittest github action
1 parent 0b37497 commit 0428377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
pip install -r requirements-dev.txt
2222
- name: Test with unittest
2323
run: |
24-
unittest discover -s tests/unit -v
24+
python -m unittest discover -s tests/unit -v

0 commit comments

Comments
 (0)