Skip to content

Commit

Permalink
add RUST_BACKTRACE=1 to ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Sep 15, 2024
1 parent b790343 commit 0a9f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
env:
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
Expand All @@ -64,7 +65,6 @@ jobs:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
RUST_BACKTRACE: 1
with:
verbose: true
fail_ci_if_error: true
Expand Down

0 comments on commit 0a9f5b0

Please sign in to comment.