Skip to content

Commit

Permalink
continue doctests despite failure
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Jun 29, 2024
1 parent 2eadad4 commit 8d2d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
-n auto \
--color yes \
--cov giddy --cov-report xml --cov-append \
--doctest-only giddy
--doctest-only --doctest-continue-on-failure giddy
- name: codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 8d2d2f5

Please sign in to comment.