Skip to content

Commit 8f7188a

Browse files
committed
Run default validator unit tests in github workflow
1 parent dc020d7 commit 8f7188a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Run mypy
4646
run: |
4747
venv/bin/mypy --non-interactive --config-file mypy.ini -p problemtools
48+
- name: Run unit tests for default_validator
49+
run: |
50+
support/default_validator/test_validator.py
4851
4952
packages: # Use a separate job to test debian packaging to speed things up (no need to test this for every python version above)
5053
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)