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 e41df95 commit afd3c34Copy full SHA for afd3c34
devtools/test_workspace.sh
@@ -4,7 +4,7 @@ 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)
+(cd packages/std && cargo test --features iterator,cosmwasm_1_1,cosmwasm_1_2)
8
(cd packages/storage && cargo test --features iterator)
9
(cd packages/schema && cargo test)
10
(cd packages/schema-derive && cargo test)
0 commit comments