We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350a437 commit c0b2f69Copy full SHA for c0b2f69
.github/workflows/test.yml
@@ -138,7 +138,7 @@ jobs:
138
github_token: "${{github.token}}"
139
pre-commit: "${{ env.IS_MAIN }}"
140
tmate: "${{ env.DEBUG }}"
141
- test-serial:
+ test-destructive:
142
strategy:
143
fail-fast: false
144
matrix:
@@ -163,7 +163,7 @@ jobs:
163
pytest-separate-benchmark: 0
164
coverage: 0
165
pytest-cov-path: ""
166
- pytest-opt: "-n0 -m serial"
+ pytest-opt: "-n0 -m destructive"
167
coverage-push: 0
168
github_token: ""
169
pre-commit: 0
0 commit comments