Skip to content

Commit

Permalink
Skip ibc-reflect cosmwasm-check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed May 23, 2024
1 parent 41ab03f commit 83a5581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,10 @@ jobs:
- restore_cache:
keys:
- cargocache-v2-contract_ibc_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
# TODO: Enable this once 2.1 has been released to crates.io
- check_contract:
min_version: "2.0"
min_version: "2.1"
skip_cosmwasm_check: true
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit 83a5581

Please sign in to comment.