Skip to content

Commit 21d4fa1

Browse files
committed
Fix: turn on Rust backtraces for CI runs.
1 parent 77f3ede commit 21d4fa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ name: Check
2323
on:
2424
pull_request:
2525

26+
env:
27+
# Always display a backtrace, to help track down errors.
28+
RUST_BACKTRACE: 1
29+
2630
jobs:
2731
check:
2832
strategy:

0 commit comments

Comments
 (0)