Skip to content

Commit e563730

Browse files
committed
split tests by the current folders
1 parent 0a00a31 commit e563730

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
os: [ubuntu-latest]
2222
python-version: ["3.10"]
2323
test-subset:
24-
- tests
24+
- tests/model
25+
- tests/statespace
26+
- tests/distributions
27+
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
2528
fail-fast: false
2629
runs-on: ${{ matrix.os }}
2730
env:
@@ -59,7 +62,10 @@ jobs:
5962
os: [windows-latest]
6063
python-version: ["3.12"]
6164
test-subset:
62-
- tests
65+
- tests/model
66+
- tests/statespace
67+
- tests/distributions
68+
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
6369
fail-fast: false
6470
runs-on: ${{ matrix.os }}
6571
env:

0 commit comments

Comments
 (0)