YJIT: Set RUST_BACKTRACE=1 on YJIT GitHub Actions (#7152)

This commit is contained in:
Takashi Kokubun 2023-01-18 17:23:11 -08:00 committed by GitHub
parent edd00697a8
commit 4cf1d9b3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-01-19 01:23:30 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -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: