Skip to content

Commit

Permalink
doctest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Oct 18, 2023
1 parent d7b4f4d commit 4dcaa18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ on:

jobs:
unittests:
env:
RUN_TEST: pytest giddy --cov giddy -v -n auto -r a --cov-config .coveragerc --cov-report xml --color yes --cov-append --cov-report term-missing
name: ${{ matrix.os }}, ${{ matrix.environment-file }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -72,7 +70,7 @@ jobs:
if: contains(matrix.environment-file, 'DEV')

- name: run tests
run: ${{ env.RUN_TEST }}
run: pytest giddy --cov giddy -v -n auto -r a --doctest-modules --color yes --cov-report term-missing --cov-report xml

- name: codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4dcaa18

Please sign in to comment.