From 8804537e41b818df604d24573281dd278d7f9917 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 18 Apr 2024 12:31:41 +0300 Subject: [PATCH] Replace check_contract with contract_check for CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b561b00..68a0131 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -210,9 +210,9 @@ jobs: (cd $C && cargo build --release --lib --target wasm32-unknown-unknown --locked) done - run: - name: Install check_contract + name: Install contract_check # Uses --debug for compilation speed - command: cargo install --debug --version 1.1.5 --features iterator --example check_contract -- cosmwasm-vm + command: cargo install --debug --version 1.1.5 --features iterator --example contract_check -- cosmwasm-vm - save_cache: paths: - /usr/local/cargo/registry