Skip to content

Commit

Permalink
decrease the number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 18, 2023
1 parent 89376d9 commit e135dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- package: gaia12
command: gaiad
account_prefix: cosmos
- package: ibc-go-v4-simapp
command: simd
account_prefix: cosmos
- package: ibc-go-v5-simapp
command: simd
account_prefix: cosmos
- package: ibc-go-v6-simapp
command: simd
account_prefix: cosmos
#- package: ibc-go-v4-simapp
# command: simd
# account_prefix: cosmos
#- package: ibc-go-v5-simapp
# command: simd
# account_prefix: cosmos
#- package: ibc-go-v6-simapp
# command: simd
# account_prefix: cosmos
- package: ibc-go-v7-simapp
command: simd
account_prefix: cosmos
Expand Down
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
in
{
packages = {
inherit (cosmos-nix)
inherit
(cosmos-nix)
gaia6-ordered
gaia12
osmosis
Expand Down

0 comments on commit e135dcc

Please sign in to comment.