CI should only check tests

This commit is contained in:
Paul Gauthier 2023-06-30 14:02:37 -07:00
parent ca306b6a4a
commit 108328b4be

View file

@ -36,4 +36,4 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
python -m unittest discover python -m unittest discover -s tests