Skip to content

Commit

Permalink
ci: don't require benchmarks to pass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Aug 26, 2024
1 parent 0fe27ab commit 7f79a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Run benchmarks
# TODO: Cross-runtime benchmarks
run: deno task bench-all
continue-on-error: true

- name: Check license headers
run: |
Expand Down

0 comments on commit 7f79a02

Please sign in to comment.