diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fccb87..5073223 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,4 +21,4 @@ jobs: - name: Init environment run: poetry install - name: Unit tests - run: poetry run pytest src + run: poetry run pytest tests