Skip to content

Commit

Permalink
don't run doctets yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Nov 1, 2022
1 parent c125061 commit 8a5a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
jobs:
unittests:
env:
RUN_TEST: pytest -v spreg -n auto --cov=spreg --doctest-modules --cov-config=.coveragerc --cov-report=xml --color yes --cov-append --cov-report term-missing
RUN_TEST: pytest -v spreg -n auto --cov=spreg --cov-config=.coveragerc --cov-report=xml --color yes --cov-append --cov-report term-missing
name: ${{ matrix.os }}, ${{ matrix.environment-file }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down

0 comments on commit 8a5a8a1

Please sign in to comment.