diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ccd7aae..6f3e5ff 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -24,6 +24,7 @@ jobs: restore-keys: | yarn-node-20-lock- - run: yarn install --frozen-lockfile + - run: yarn bench - name: Run benchmarks uses: CodSpeedHQ/action@v3 with: