diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5f78f1..2a84b0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,5 +28,5 @@ jobs: - name: Install dependencies run: make venv - - name: Testing and coverage - run: make slowcov + - name: Testing (without coverage) + run: pytest tests/