Skip to content

Commit 7dede8b

Browse files
committed
update runner to run unit tests more like portage
Signed-off-by: Zen <[email protected]>
1 parent 7a14faa commit 7dede8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
venv/bin/pip install .
3232
- name: Run unit tests
3333
run: |
34-
cd tests
35-
../venv/bin/python -m unittest -v
34+
venv/bin/python -m unittest discover -v tests

0 commit comments

Comments
 (0)