diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d6c76a..0314f8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,4 +29,4 @@ jobs: run: make venv - name: Testing - run: py.test --cov wise_pizza --cov-fail-under=60 --cov-report=term-missing + run: make test