diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 4211a12..10f71db 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -55,4 +55,4 @@ jobs: - name: Test with pytest shell: bash - run: poetry run test + run: poetry run pytest --cov=mev_inspect tests