diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3fac03..29aaeab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,4 +36,4 @@ jobs: # find and run all unit tests - name: Run unit tests - run: python -m unittest discover tests + run: python -m unittest discover test