Skip to content

Commit 3c9dfed

Browse files
committed
CI: Run slow and veryslow on two separate jobs
1 parent bc24ff6 commit 3c9dfed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
marks: ["not slow"]
3838
include:
3939
- python-version: "3.9"
40-
marks: "slow"
40+
marks: "slow and not veryslow"
4141
- python-version: "3.12"
42-
marks: "slow"
42+
marks: "veryslow"
4343

4444
steps:
4545
- uses: actions/cache@v4

0 commit comments

Comments
 (0)