Skip to content

Commit

Permalink
CI: make test_codegen.py run with -v for more helpful logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Nov 27, 2023
1 parent c78d0c7 commit 5d1ac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Run pytest on codegen.py
run: |
python3 -m pytest tests/python/codegen/test_codegen.py
python3 -m pytest tests/python/codegen/test_codegen.py -v

0 comments on commit 5d1ac64

Please sign in to comment.