Skip to content

Commit 9311310

Browse files
committed
fix: benchmark ci
1 parent c8f283c commit 9311310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bechmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Benchmark workflow
22
on: [push, pull_request]
33
jobs:
4-
test:
4+
benchmark:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
version: latest
1818
- run: pnpm install --frozen-lockfile
19-
- run: pnpm benchmarks
19+
- run: pnpm run benchmark

0 commit comments

Comments
 (0)