Skip to content

Commit

Permalink
Verbose test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussemaker committed Jun 19, 2024
1 parent ea98ee3 commit 83f91f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
pip install -e .[arch_sbo,botorch,trieste,tpe,rocket,egor]
- name: Test with pytest
run: pytest sb_arch_opt --durations=0
run: pytest -v sb_arch_opt --durations=10
2 changes: 1 addition & 1 deletion .github/workflows/tests_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: echo "${{ steps.license_check_report.outputs.report }}"

- name: Test with pytest
run: RUN_SLOW_TESTS=1 pytest sb_arch_opt --durations=0
run: RUN_SLOW_TESTS=1 pytest -v sb_arch_opt --durations=20

0 comments on commit 83f91f9

Please sign in to comment.