Skip to content

Commit

Permalink
Add migaloo ics29 tests (#3346)
Browse files Browse the repository at this point in the history
* Add migaloo chain to ics29 tests

* Add changelog entry

* Update nix flake after migaloo fix in Cosmos Nix
  • Loading branch information
ljoss17 authored May 18, 2023
1 parent 5ca87a7 commit 9cacc93
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add White Whale migaloo chain to ICS29 tests
([#3345](https://github.com/informalsystems/hermes/issues/3345))
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ jobs:
- package: ibc-go-v7-simapp
command: simd
account_prefix: cosmos
- package: migaloo
command: migalood
account_prefix: migaloo
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
Expand Down
66 changes: 60 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
juno
stride
stride-no-admin
migaloo
;

python = nixpkgs.python3.withPackages (p: [
Expand Down

0 comments on commit 9cacc93

Please sign in to comment.