Skip to content

Commit

Permalink
ci(appveyor): run doctests too
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jun 14, 2024
1 parent 46fe1a2 commit 5dce4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ for:
export TMPDIR=/crippledfs
fi
- echo TMPDIR=$TMPDIR
- hatch test --cover
- hatch test --cover --doctest-modules

after_test:
- python -m coverage xml
Expand Down

0 comments on commit 5dce4c4

Please sign in to comment.