Skip to content

Commit c0b2f69

Browse files
committed
chore: rename test-serial job to test-destructive and update pytest marker
1 parent 350a437 commit c0b2f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
github_token: "${{github.token}}"
139139
pre-commit: "${{ env.IS_MAIN }}"
140140
tmate: "${{ env.DEBUG }}"
141-
test-serial:
141+
test-destructive:
142142
strategy:
143143
fail-fast: false
144144
matrix:
@@ -163,7 +163,7 @@ jobs:
163163
pytest-separate-benchmark: 0
164164
coverage: 0
165165
pytest-cov-path: ""
166-
pytest-opt: "-n0 -m serial"
166+
pytest-opt: "-n0 -m destructive"
167167
coverage-push: 0
168168
github_token: ""
169169
pre-commit: 0

0 commit comments

Comments
 (0)