YJIT: Set RUST_BACKTRACE=1 on YJIT GitHub Actions (#7152)
This commit is contained in:
parent
edd00697a8
commit
4cf1d9b3b3
Notes:
git
2023-01-19 01:23:30 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1
.github/workflows/yjit-ubuntu.yml
vendored
1
.github/workflows/yjit-ubuntu.yml
vendored
@ -86,6 +86,7 @@ jobs:
|
||||
YJIT_BENCH_OPTS: ${{ matrix.yjit_bench_opts }}
|
||||
RUBY_DEBUG: ci
|
||||
BUNDLE_JOBS: 8 # for yjit-bench
|
||||
RUST_BACKTRACE: 1
|
||||
runs-on: ubuntu-20.04
|
||||
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user