We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796824a commit 5ac4a5aCopy full SHA for 5ac4a5a
1 file changed
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
PROMPT_REFINER_PRIMARY_MODEL: ${{ matrix.model-order == 'primary' && 'gemma3:12b' || 'gemma3:1b' }}
66
PROMPT_REFINER_FALLBACK_MODEL: ${{ matrix.model-order == 'primary' && 'gemma3:1b' || 'gemma3:12b' }}
67
run: npm run acceptance:semantic
68
+ - name: Run tracked-turn acceptance
69
+ run: npm run acceptance:tracked-turn
70
71
stress:
72
runs-on: ubuntu-latest
@@ -89,6 +91,10 @@ jobs:
89
91
PROMPT_REFINER_STRESS_WORKERS: '4'
90
92
PROMPT_REFINER_STRESS_WRITES: '100'
93
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
98
99
windows:
100
runs-on: windows-latest
0 commit comments