diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a33788..a2d42f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,4 +37,4 @@ jobs: - name: Run Tests run: | echo "$(python --version) / Django $(django-admin --version)" - python test_dj_database_url.py + python -m unittest discover diff --git a/Makefile b/Makefile deleted file mode 100644 index 0249649..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -test: - python test_dj_database_url.py \ No newline at end of file