Skip to content

Commit

Permalink
Merge pull request #3333 from autonomys/rust-backtrace-ci
Browse files Browse the repository at this point in the history
Show panic backtraces in rust workflows
  • Loading branch information
teor2345 authored Dec 24, 2024
2 parents 32a1890 + 962b935 commit e3efab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
CARGO_TERM_COLOR: always
# Build smaller artifacts to avoid running out of space in CI and make it a bit faster
RUSTFLAGS: -C strip=symbols
RUST_BACKTRACE: full

jobs:
cargo-fmt:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ concurrency:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
CARGO_TERM_COLOR: always
RUSTUP_MAX_RETRIES: 10
RUST_BACKTRACE: full

jobs:
rustdoc:
Expand Down

0 comments on commit e3efab0

Please sign in to comment.