Skip to content

Commit

Permalink
ci: don't run bench
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Feb 21, 2025
1 parent 11c9c3c commit e38da6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Test
run: task test

- name: Bench
run: task bench
# - name: Bench
# run: task bench

- name: Build
run: task build
Expand Down

0 comments on commit e38da6c

Please sign in to comment.