diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f07c39e..25c74d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,5 +45,5 @@ jobs: - name: Run flake8 run: flake8 - name: Test with pytest - run: | + run: pytest tests \ No newline at end of file