Skip to content

Commit a3f7cf5

Browse files
committed
Correct skip slow specification in workflow
1 parent 9554a7f commit a3f7cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run tests (skipping slow)
5858
if: github.event_name == 'pull_request'
5959
run: |
60-
pytest -v --cov-report=xml --cov=s2fft --cov-config=.coveragerc -m "no slow"
60+
pytest -v --cov-report=xml --cov=s2fft --cov-config=.coveragerc -m "not slow"
6161
6262
- name: Run tests
6363
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)