Skip to content

Commit 2e2706a

Browse files
committed
Set backtrace to 0
1 parent bf77b0c commit 2e2706a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devtools/test_workspace.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ command -v shellcheck >/dev/null && shellcheck "$0"
44

55
cargo fmt
66
(cd packages/crypto && cargo test)
7-
(cd packages/std && cargo test --features iterator,cosmwasm_1_2)
7+
# A test inside the std package expects backtraces to be disabled
8+
(cd packages/std && RUST_BACKTRACE=0 cargo test --features iterator,cosmwasm_1_2)
89
(cd packages/schema && cargo test)
910
(cd packages/schema-derive && cargo test)
1011
(cd packages/vm && cargo test --features iterator,stargate)

0 commit comments

Comments
 (0)