Skip to content

Commit 80a7e4d

Browse files
committed
github: Add verbose testing on windows for more information.
1 parent 0c5cd41 commit 80a7e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
flit install --user --pth-file
6464
- name: Running Tests
6565
run: |
66-
python -m unittest discover -s ./tests/
66+
python -m unittest discover -s ./tests/ -v
6767
6868
build:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)