diff --git a/.github/workflows/test_server.yaml b/.github/workflows/test_server.yaml index b26780cba..65a08ce91 100644 --- a/.github/workflows/test_server.yaml +++ b/.github/workflows/test_server.yaml @@ -78,4 +78,4 @@ jobs: HT_DB_NAME: ${{ env.POSTGRES_DB }} HT_DB_PORT: ${{ job.services.postgres.ports[5432] }} run: | - pytest + pytest -n auto diff --git a/.gitignore b/.gitignore index 4b8ad2a4b..9d50cb701 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ **/.env **/.secrets .coverage -.coveragerc **/*.sqlite3 **/*.rdb **/.pytest_cache/ diff --git a/.idea/runConfigurations/PyTest.xml b/.idea/runConfigurations/PyTest.xml index 945927aa3..f43d37a4c 100644 --- a/.idea/runConfigurations/PyTest.xml +++ b/.idea/runConfigurations/PyTest.xml @@ -1,6 +1,7 @@ +