Commit eb489e6
committed
perf(ci): skip redundant integration tests via pytest -k filter
Add TEST_ARGS to the CI integration test step to skip:
- test_exec_smir[*-llvm]: keep Haskell backend only, since it's the
backend used for proving and bugs there have higher impact
- test_prove_termination: the same 19 programs are already executed
via test_exec_smir[*-haskell]
This deselects 58 of 247 tests (39 LLVM exec + 19 prove_termination)
without modifying any test code — tests remain available for local use.
Expected CI time reduction: ~2h37m → ~1h20m.
Resolves #971 (Phase 1)1 parent 7258cfb commit eb489e6
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments