diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 412ba54..18a8d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - name: "Run tests" - run: python -m pytest \ No newline at end of file + run: python -m unittest discover \ No newline at end of file