We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f3ede commit 21d4fa1Copy full SHA for 21d4fa1
1 file changed
.github/workflows/check.yml
@@ -23,6 +23,10 @@ name: Check
23
on:
24
pull_request:
25
26
+env:
27
+ # Always display a backtrace, to help track down errors.
28
+ RUST_BACKTRACE: 1
29
+
30
jobs:
31
check:
32
strategy:
0 commit comments