Skip to content

Commit 45d9a78

Browse files
wllenyjjiangliu
authored andcommitted
ci: add RUST_BACKTRACE=1 for unit test
Useful for debugging unit test failures. Signed-off-by: wanglei01 <[email protected]>
1 parent c7de6e1 commit 45d9a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: build and check
18+
env:
19+
RUST_BACKTRACE: 1
1820
run: make check
1921
- name: smoke
2022
run: make docker-smoke

0 commit comments

Comments
 (0)