Skip to content

Commit 5a6fec1

Browse files
committed
Check workspace with different features
1 parent d6f5dfc commit 5a6fec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devtools/check_workspace.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ cargo fmt
77
(cd packages/derive && cargo check && cargo clippy --all-targets -- -D warnings)
88
(
99
cd packages/std
10+
# default, min, all
1011
cargo check
11-
cargo check --features iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2
12+
cargo check --no-default-features
13+
cargo check --features abort,iterator,staking,stargate,cosmwasm_1_1,cosmwasm_1_2
1214
cargo wasm-debug
1315
cargo wasm-debug --features iterator,staking,stargate
1416
cargo clippy --all-targets --features iterator,staking,stargate -- -D warnings

0 commit comments

Comments
 (0)