We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568ea7d commit 0085401Copy full SHA for 0085401
.github/workflows/test.yaml
@@ -41,4 +41,4 @@ jobs:
41
- name: pytest
42
env:
43
SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }}
44
- run: pipenv run pytest
+ run: pipenv run pytest -m "not slow"
0 commit comments