Skip to content

Commit 6495068

Browse files
committed
chore: improve error handling for test command runtime
- modify `cargo test` command to include `rust_backtrace=1`
1 parent e951a50 commit 6495068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
fi
129129
130130
- name: cargo test
131-
run: cargo test --workspace --locked --all-features
131+
run: RUST_BACKTRACE=1 cargo test --workspace --locked --all-features
132132

133133
build:
134134
name: cargo build

0 commit comments

Comments
 (0)