Skip to content

Commit

Permalink
fix: benchmark ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jun 21, 2024
1 parent c8f283c commit 9311310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bechmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmark workflow
on: [push, pull_request]
jobs:
test:
benchmark:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -16,4 +16,4 @@ jobs:
with:
version: latest
- run: pnpm install --frozen-lockfile
- run: pnpm benchmarks
- run: pnpm run benchmark

0 comments on commit 9311310

Please sign in to comment.