We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc020d7 commit 8f7188aCopy full SHA for 8f7188a
.github/workflows/python-app.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Run mypy
46
run: |
47
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
51
52
packages: # Use a separate job to test debian packaging to speed things up (no need to test this for every python version above)
53
runs-on: ubuntu-latest
0 commit comments