Skip to content

Commit

Permalink
Run slow tests in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranta committed Nov 21, 2024
1 parent 42cb533 commit 28f5740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
DATABASE_URL: postgis://tvp:tvp@localhost:5432/tvp

- name: "Run pytest with coverage"
run: poetry run pytest --cov=. --cov-report=xml --cov-branch --disable-warnings --skip-slow
run: poetry run pytest --cov=. --cov-report=xml --cov-branch --disable-warnings
env:
DJANGO_SETTINGS_ENVIRONMENT: AutomatedTests

Expand Down

0 comments on commit 28f5740

Please sign in to comment.