Skip to content

Commit f6ea541

Browse files
committed
Test: enable RUST_BACKTRACE
1 parent dcbaca2 commit f6ea541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
cargo test --all
3232
- name: Run the tests with x509-parser enabled
3333
env:
34+
RUST_BACKTRACE: 1
3435
RUSTFLAGS: -D warnings
3536
run: |
3637
cargo test --verbose --features x509-parser

0 commit comments

Comments
 (0)