Skip to content

Commit 17f5cd3

Browse files
committed
Skip ibc-reflect cosmwasm-check in CI
1 parent 51b5cd9 commit 17f5cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,10 @@ jobs:
695695
- restore_cache:
696696
keys:
697697
- cargocache-v2-contract_ibc_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
698+
# TODO: Enable this once 2.1 has been released to crates.io
698699
- check_contract:
699-
min_version: "2.0"
700+
min_version: "2.1"
701+
skip_cosmwasm_check: true
700702
- save_cache:
701703
paths:
702704
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)