Skip to content

Commit c4e70ba

Browse files
committed
Fixed run command
1 parent 1ec0e78 commit c4e70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
pip install -r requirements.txt
1919
2020
- name: Run tests
21-
run: python -m unittest discover
21+
run: python -m unittest discover -s test

0 commit comments

Comments
 (0)