Skip to content

Commit c597fde

Browse files
dylanjwolffDylan Wolff
andauthored
bench action doesn't fail build (#225)
Co-authored-by: Dylan Wolff <wolffdy@amazon.com>
1 parent 0e475f0 commit c597fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
bench:
6262
name: Benchmarks
6363
runs-on: ubuntu-latest
64+
continue-on-error: true # This step will not fail the job if it errors
6465
steps:
6566
- uses: actions/checkout@v3
6667
- name: Install Rust

0 commit comments

Comments
 (0)