Skip to content

Commit

Permalink
allow pytest to fail in nightly (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj authored Jan 22, 2023
1 parent 0277ddf commit 4e64a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Check types
run: python -m mypy wsinfer/
- name: Run tests
continue-on-error: true
run: python -m pytest --verbose tests/
test-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e64a75

Please sign in to comment.