Skip to content

Commit

Permalink
add capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 22, 2024
1 parent faa2ea8 commit d67c65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ jobs:
for W in ./target/wasm32-unknown-unknown/release/*.wasm
do
echo -n "Checking `basename $W`... "
cosmwasm-check --available-capabilities iterator,staking,stargate,stargaze $W
cosmwasm-check --available-capabilities iterator,staking,stargate,stargaze,cosmwasm_1_4,cosmwasm_1_3,cosmwasm_1_2,cosmwasm_1_1 $W
done
# This job roughly follows the instructions from https://circleci.com/blog/publishing-to-github-releases-via-circleci/
Expand Down

0 comments on commit d67c65e

Please sign in to comment.