Skip to content

Commit

Permalink
ci: fix benchmark in release CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Apr 11, 2024
1 parent 098981c commit af10415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
with:
deno-version: 1.x
- name: Run benchmarks
run: deno bench --unstable .
continue-on-error: true
run: deno bench
release:
name: Release
permissions:
Expand Down

0 comments on commit af10415

Please sign in to comment.