Skip to content

Commit

Permalink
Address Oskar's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mscho527 committed Jan 22, 2025
1 parent 904c928 commit b9437b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
run: |
cd tests
QUEMB_SKIP_EXPENSIVE_TESTS=true pytest --durations=0 --durations-min=1.0 --doctest-modules --junitxml=junit/quemb-test-results_${{ matrix.python-version }}.xml
# If --duration=0, pytest reports all tests that took longer than what was given with durations-min=[time in seconds]
- name: Upload pytest junit results
Expand Down

0 comments on commit b9437b0

Please sign in to comment.