Skip to content

Commit

Permalink
Enabling backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed May 19, 2020
1 parent df277f5 commit 0a484d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
if: startsWith(matrix.os, 'macOS') == false
run: cargo test --no-fail-fast
env:
RUST_BACKTRACE: full
CARGO_INCREMENTAL: 0
RUSTDOCFLAGS: "-Cpanic=abort"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off"
Expand All @@ -141,6 +142,7 @@ jobs:
if: startsWith(matrix.os, 'macOS') == true
run: cargo test --no-fail-fast
env:
RUST_BACKTRACE: full
CARGO_INCREMENTAL: 0
RUSTDOCFLAGS: "-Cpanic=abort"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Coverflow-checks=off"
Expand Down

0 comments on commit 0a484d8

Please sign in to comment.