Skip to content

Commit fdec4f3

Browse files
Enable backtrace
1 parent 6c03282 commit fdec4f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
run: cargo build --verbose
2323
- name: Run tests
2424
run: cargo test --verbose
25+
env:
26+
RUST_BACKTRACE: "full"

0 commit comments

Comments
 (0)