Skip to content

Commit 561949b

Browse files
critesjoshclaude
andcommitted
Replace recursion script with test suite in CI
The vitest test suite provides more comprehensive coverage than the standalone recursion script, testing multiple proof verifications and multi-user scenarios. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 03ae450 commit 561949b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/recursive-verification-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
yarn data
9595
timeout-minutes: 30
9696

97-
- name: Run recursive verification script
97+
- name: Run tests
9898
working-directory: recursive_verification
99-
run: yarn recursion
99+
run: yarn test
100100
timeout-minutes: 15
101101

102102
- name: Upload test results if failed

0 commit comments

Comments
 (0)