Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: More rigorous CosmWasm check and upgrade dependencies #992

Merged
merged 12 commits into from
Dec 1, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- More rigorous CosmWasm check by upgrading dependencies and including `std` and
`schema` features for `ibc-core`.
([\#992](https://github.com/cosmos/ibc-rs/pull/992))

10 changes: 3 additions & 7 deletions .github/workflows/cw-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes

is_ci : true
- name: Run cw-check
run: |
cd ci/cw-check
Expand Down
Loading
Loading