diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f7d7d..5dbcc1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: poetry-version: ${{ matrix.poetry-version }} - name: Run tests with pytest # test script - run: poetry run test \ No newline at end of file + run: poetry run python -m unittest discover -s tests \ No newline at end of file