There was an error while loading. Please reload this page.
1 parent 1d75a61 commit 5550f42Copy full SHA for 5550f42
1 file changed
.github/workflows/codspeed.yml
@@ -112,13 +112,9 @@ jobs:
112
uses: CodSpeedHQ/action@main
113
with:
114
working-directory: packages/vitest-plugin
115
- # Resolve vitest's entry directly so `node` is the only parent in the
116
- # process tree (no system bash/pnpm shim).
117
- run: |
118
- VITEST=$(node -e "const path=require('path');console.log(path.join(path.dirname(require.resolve('vitest/package.json')),'vitest.mjs'))")
119
- node "$VITEST" bench --run macos
+ run: pnpm turbo run bench --filter=@codspeed/vitest-plugin
120
mode: walltime
121
- runner-version: branch:cod-2762-samply-sigkills-dsymutil
+ runner-version: branch:sip-resign-exec-redirect
122
123
electron-e2e:
124
name: Run electron inbox e2e
0 commit comments