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 c9e0c26 commit 9c407deCopy full SHA for 9c407de
.github/workflows/vm-pr.yml
@@ -115,7 +115,8 @@ jobs:
115
key: ${{ inputs.submodule-cache-key}}
116
fail-on-cache-miss: true
117
118
- - run: npm run test:state -- --fork=${{ matrix.fork }} --verify-test-amount-alltests
+ # - 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
120
121
vm-state-extended:
122
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'Test all hardforks')
0 commit comments