Skip to content

Commit

Permalink
Trying vitest 2 beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed May 9, 2024
1 parent 105fa98 commit c801819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
- name: Benchmark
run: bunx vitest bench --run --outputJson bench.json
run: bunx vitest@2.0.0-beta2 bench --run --outputJson bench.json
- name: Benchmark processing
if: ${{ github.event_name == 'pull_request' }}
run: |
Expand Down

0 comments on commit c801819

Please sign in to comment.