Skip to content

Commit

Permalink
Run tests in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 26, 2023
1 parent 0065469 commit d6cdb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: |
python python_c_extension/setup.py build
cp -r build/*/* python_c_extension
python -m unittest discover tests/ -v
python -m unittest discover tests/ -vvv

0 comments on commit d6cdb19

Please sign in to comment.