Skip to content

Commit 9c407de

Browse files
committed
Use vitest state runner for CI job
1 parent c9e0c26 commit 9c407de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vm-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
key: ${{ inputs.submodule-cache-key}}
116116
fail-on-cache-miss: true
117117

118-
- run: npm run test:state -- --fork=${{ matrix.fork }} --verify-test-amount-alltests
118+
# - run: npm run test:state -- --fork=${{ matrix.fork }} --verify-test-amount-alltests
119+
- run: VITE_FORK=$${{matrix.fork}} npx vitest run test/tester/stateRunner.spec.ts
119120

120121
vm-state-extended:
121122
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'Test all hardforks')

0 commit comments

Comments
 (0)