We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c03282 commit fdec4f3Copy full SHA for fdec4f3
.github/workflows/rust.yml
@@ -22,3 +22,5 @@ jobs:
22
run: cargo build --verbose
23
- name: Run tests
24
run: cargo test --verbose
25
+ env:
26
+ RUST_BACKTRACE: "full"
0 commit comments