We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf77b0c commit 2e2706aCopy full SHA for 2e2706a
devtools/test_workspace.sh
@@ -4,7 +4,8 @@ command -v shellcheck >/dev/null && shellcheck "$0"
4
5
cargo fmt
6
(cd packages/crypto && cargo test)
7
-(cd packages/std && cargo test --features iterator,cosmwasm_1_2)
+# 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)
9
(cd packages/schema && cargo test)
10
(cd packages/schema-derive && cargo test)
11
(cd packages/vm && cargo test --features iterator,stargate)
0 commit comments