Skip to content

Commit 0085401

Browse files
committed
add not slow to tests
1 parent 568ea7d commit 0085401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: pytest
4242
env:
4343
SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }}
44-
run: pipenv run pytest
44+
run: pipenv run pytest -m "not slow"

0 commit comments

Comments
 (0)