From 52679cd3cccd7fba67590c3509e2d66867ed925c Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 20 Sep 2021 13:09:14 -0400 Subject: [PATCH] Update actions to call tests directly --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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