Skip to content

Commit e7a1eea

Browse files
committed
Run tests in bash shell, add verbose output.
1 parent a11c2c3 commit e7a1eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
fi
4242
4343
- name: Run unit tests
44-
run: python -m unittest discover -s tests
44+
shell: bash
45+
run: python -m unittest discover -s tests -v

0 commit comments

Comments
 (0)