Skip to content

Commit 1a1029b

Browse files
committed
Allow TruffleRuby CI to fail without failing the whole job
1 parent d3ce8da commit 1a1029b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- ruby: head
1818
- ruby: truffleruby-head
1919
skip: protoboeuf-encode sequel
20+
continue-on-error: true
2021
if: ${{ github.event_name != 'schedule' || github.repository == 'Shopify/yjit-bench' }}
2122
steps:
2223
- uses: actions/checkout@v3
@@ -39,6 +40,7 @@ jobs:
3940
MIN_BENCH_ITRS: '1'
4041
MIN_BENCH_TIME: '0'
4142
SKIP_BENCHMARKS: ${{ matrix.skip }}
43+
continue-on-error: ${{ matrix.continue-on-error || false }}
4244

4345
- name: Test run_once.sh
4446
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb

0 commit comments

Comments
 (0)