Skip to content

Commit 4bf4e01

Browse files
dzhelezovclaude
andcommitted
ci: run validation-harness pure test suites in repo-tests
node --test over harness/validate, harness/chaos, harness/soak-ab pure cores (window generation, batched differ tolerances, intervals tiling, A/B expected-class logic). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 430b194 commit 4bf4e01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with: { node-version: 22 }
4343
- run: node --experimental-strip-types --test harness/compat/*.test.ts
44+
# validation-campaign pure cores (window generation, batched differ, intervals tiling, A/B classes)
45+
- run: node --test harness/validate/*.test.mjs harness/chaos/*.test.mjs harness/soak-ab/*.test.mjs

0 commit comments

Comments
 (0)