Skip to content

Commit c90ab43

Browse files
committed
github: Enable Rust backtraces for tests
1 parent 5c0ffb8 commit c90ab43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: Run Checks
2525
env:
26+
RUST_BACKTRACE: 1
2627
RUSTFLAGS: -D warnings --cfg tokio_unstable
2728
steps:
2829
- uses: hecrj/setup-rust-action@v2
@@ -179,6 +180,7 @@ jobs:
179180
runs-on: ubuntu-latest
180181
name: Run Tests
181182
env:
183+
RUST_BACKTRACE: 1
182184
RUSTFLAGS: -D warnings --cfg tokio_unstable
183185
steps:
184186
- uses: hecrj/setup-rust-action@v2

0 commit comments

Comments
 (0)