Skip to content

Commit 71ce0bf

Browse files
kvzclaude
andcommitted
ci: add verification step to CI workflow
Runs `yarn verify` in CI to catch regressions in verified functions. Only functions with `verified: X.Y` header are tested, ensuring CI doesn't fail on unverified functions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 21f8abb commit 71ce0bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Test
4545
run: |
4646
corepack yarn test
47+
- name: Verify against native runtimes
48+
run: |
49+
corepack yarn verify
4750
- name: Release
4851
if: startsWith(github.ref, 'refs/tags/')
4952
run: |

0 commit comments

Comments
 (0)