Update actions to call tests directly

This commit is contained in:
Luke Van Seters 2021-09-20 13:09:14 -04:00
parent 37cf615c75
commit 52679cd3cc

View File

@ -55,4 +55,4 @@ jobs:
- name: Test with pytest - name: Test with pytest
shell: bash shell: bash
run: poetry run test run: poetry run pytest --cov=mev_inspect tests