We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ce8da commit 1a1029bCopy full SHA for 1a1029b
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
- ruby: head
18
- ruby: truffleruby-head
19
skip: protoboeuf-encode sequel
20
+ continue-on-error: true
21
if: ${{ github.event_name != 'schedule' || github.repository == 'Shopify/yjit-bench' }}
22
steps:
23
- uses: actions/checkout@v3
@@ -39,6 +40,7 @@ jobs:
39
40
MIN_BENCH_ITRS: '1'
41
MIN_BENCH_TIME: '0'
42
SKIP_BENCHMARKS: ${{ matrix.skip }}
43
+ continue-on-error: ${{ matrix.continue-on-error || false }}
44
45
- name: Test run_once.sh
46
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb
0 commit comments