Skip to content

Commit afd3c34

Browse files
committed
Test cosmwasm_1_1,cosmwasm_1_2 in local cosmwasm-std testing
1 parent e41df95 commit afd3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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)
7+
(cd packages/std && cargo test --features iterator,cosmwasm_1_1,cosmwasm_1_2)
88
(cd packages/storage && cargo test --features iterator)
99
(cd packages/schema && cargo test)
1010
(cd packages/schema-derive && cargo test)

0 commit comments

Comments
 (0)