Skip to content

Commit 41cab4a

Browse files
committed
fixup(runner): enable rust backtrace
1 parent 2615c56 commit 41cab4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
echo "CODSPEED_MEMTRACK_BINARY=$(which codspeed-memtrack)" >> $GITHUB_ENV
3535
3636
- run: cargo test --all --exclude memtrack
37+
env:
38+
RUST_BACKTRACE: 1
3739

3840
bpf-tests:
3941
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)