Skip to content

Commit 5ac4a5a

Browse files
committed
ci: enforce full release parity checks
1 parent 796824a commit 5ac4a5a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
PROMPT_REFINER_PRIMARY_MODEL: ${{ matrix.model-order == 'primary' && 'gemma3:12b' || 'gemma3:1b' }}
6666
PROMPT_REFINER_FALLBACK_MODEL: ${{ matrix.model-order == 'primary' && 'gemma3:1b' || 'gemma3:12b' }}
6767
run: npm run acceptance:semantic
68+
- name: Run tracked-turn acceptance
69+
run: npm run acceptance:tracked-turn
6870

6971
stress:
7072
runs-on: ubuntu-latest
@@ -89,6 +91,10 @@ jobs:
8991
PROMPT_REFINER_STRESS_WORKERS: '4'
9092
PROMPT_REFINER_STRESS_WRITES: '100'
9193
run: npm run stress:event-store
94+
- name: Run abrupt recovery proof
95+
run: npm run recovery:event-store:abrupt
96+
- name: Run EventStore soak
97+
run: npm run stress:event-store:soak
9298

9399
windows:
94100
runs-on: windows-latest

0 commit comments

Comments
 (0)