Skip to content

Commit

Permalink
ci: don't fail on benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Apr 11, 2024
1 parent 7076757 commit 58bb363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu
needs: test
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
continue-on-error: true # Node.js Scrypt runs out of memory and throws in larger benchmarks...
env:
GH_ACTIONS: true
DENO_BUILD_MODE: release
Expand Down

0 comments on commit 58bb363

Please sign in to comment.