Skip to content

Commit f6ec343

Browse files
committed
breakdown the statespace tests
1 parent d9964de commit f6ec343

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
python-version: ["3.10"]
2323
test-subset:
2424
- tests/model
25-
- tests/statespace
25+
- tests/statespace/test_statespace.py
26+
- tests/statespace/test_kalman_filter.py
27+
- tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
2628
- tests/distributions
2729
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
2830
fail-fast: false
@@ -63,7 +65,9 @@ jobs:
6365
python-version: ["3.12"]
6466
test-subset:
6567
- tests/model
66-
- tests/statespace
68+
- tests/statespace/test_statespace.py
69+
- tests/statespace/test_kalman_filter.py
70+
- tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
6771
- tests/distributions
6872
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
6973
fail-fast: false

0 commit comments

Comments
 (0)