Skip to content

Commit

Permalink
ci: add -vvv for test-long
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Nov 29, 2023
1 parent 06743c1 commit f9fbafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: pip install -e .

- name: Run pytest
run: pytest -v tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options="-v -st --error-unknown --solver-timeout-assertion 0"
run: pytest -vvv tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options="-v -st --error-unknown --solver-timeout-assertion 0"

0 comments on commit f9fbafb

Please sign in to comment.