Skip to content

Commit

Permalink
ci: avoid confusion for solara/util.py module location
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 14, 2023
1 parent 1a5d94c commit 5a9fa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
if: matrix.os != 'windows'
uses: shogo82148/actions-setup-redis@v1
- name: test
run: pytest --cov=solara tests/unit --doctest-modules solara/util.py --timeout=60
run: pytest --cov=solara tests/unit --doctest-modules --timeout=60 --video=retain-on-failure

0 comments on commit 5a9fa8c

Please sign in to comment.