Skip to content

Commit

Permalink
Merge branch 'main' into tketdepremoval
Browse files Browse the repository at this point in the history
* main:
  Include doctests to workflow (#219)
  • Loading branch information
neiljdo committed Feb 21, 2025
2 parents a81d9d9 + 93e9c89 commit 075a3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
- name: Test with pytest
run: >
coverage run --source=${{ env.SRC_DIR }}
--module pytest -vvv ${{ env.TEST_DIR }}
--module pytest ${{ env.SRC_DIR }} ${{ env.TEST_DIR }}
--doctest-modules
--durations=50
--ignore=${{ env.TEST_DIR }}/text2diagram/test_depccg_parser.py
--ignore=${{ env.TEST_DIR }}/training/test_torchquantum_model.py
- name: Coverage report
run: coverage report -m
type_check:
Expand Down

0 comments on commit 075a3d4

Please sign in to comment.