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 9c407de commit 784c14cCopy full SHA for 784c14c
.github/workflows/vm-pr.yml
@@ -116,7 +116,7 @@ jobs:
116
fail-on-cache-miss: true
117
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
+ - 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