Skip to content

Commit 9bc9a0e

Browse files
committed
Fix CI
1 parent 8c41d2a commit 9bc9a0e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,8 @@ jobs:
579579
- restore_cache:
580580
keys:
581581
- cargocache-v2-contract_crypto_verify-rust:1.74-{{ checksum "Cargo.lock" }}
582-
# TODO: Enable this once 2.1 has been released to crates.io
583582
- check_contract:
584583
min_version: "2.1"
585-
skip_cosmwasm_check: true
586584
- save_cache:
587585
paths:
588586
- /usr/local/cargo/registry
@@ -665,10 +663,8 @@ jobs:
665663
- restore_cache:
666664
keys:
667665
- cargocache-v2-contract_ibc_callbacks-rust:1.74-{{ checksum "Cargo.lock" }}
668-
# TODO: Enable this once 2.1 has been released to crates.io
669666
- check_contract:
670667
min_version: "2.1"
671-
skip_cosmwasm_check: true
672668
- save_cache:
673669
paths:
674670
- /usr/local/cargo/registry
@@ -695,9 +691,9 @@ jobs:
695691
- restore_cache:
696692
keys:
697693
- cargocache-v2-contract_ibc_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
698-
# TODO: Enable this once 2.1 has been released to crates.io
694+
# TODO: enable again once 2.2 is released
699695
- check_contract:
700-
min_version: "2.1"
696+
min_version: "2.2"
701697
skip_cosmwasm_check: true
702698
- save_cache:
703699
paths:
@@ -809,8 +805,10 @@ jobs:
809805
- restore_cache:
810806
keys:
811807
- cargocache-v2-contract_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
808+
# TODO: enable again once 2.2 is released
812809
- check_contract:
813-
min_version: "2.0"
810+
min_version: "2.2"
811+
skip_cosmwasm_check: true
814812
- save_cache:
815813
paths:
816814
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)