Skip to content

Commit

Permalink
Merge branch 'fix/donate-all-function' of https://github.com/terra-mo…
Browse files Browse the repository at this point in the history
…ney/cosmos-sdk into fix/donate-all-function
  • Loading branch information
emidev98 committed Jun 22, 2023
2 parents cd8934f + a8682bf commit 48e314f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
**/**.go
**/go.mod
**/go.sum
- name: Update deps
run: go mod tidy

- name: Build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build

Expand Down Expand Up @@ -105,6 +108,8 @@ jobs:
with:
name: "${{ github.sha }}-${{ matrix.part }}"
if: env.GIT_DIFF
- name: Update deps
run: go mod tidy
- name: test & coverage report creation
run: |
xargs --arg-file=pkgs.txt.part.${{ matrix.part }} go test -mod=readonly -timeout 30m -race -tags='cgo ledger test_ledger_mock'
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
**/**.go
**/go.mod
**/go.sum
- name: Update deps
run: go mod tidy

- name: Build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build

Expand All @@ -56,6 +59,8 @@ jobs:
**/**.go
go.mod
go.sum
- name: Update deps
run: go mod tidy
- name: Run submodule tests and create test coverage profile.
# GIT_DIFF is passed to the scripts
run: bash scripts/module-tests.sh
Expand Down Expand Up @@ -191,6 +196,8 @@ jobs:
**/**.go
go.mod
go.sum
- name: Update deps
run: go mod tidy
- name: test rosetta
run: |
make test-rosetta
Expand All @@ -211,6 +218,8 @@ jobs:
**/**.go
go.mod
go.sum
- name: Update deps
run: go mod tidy
- name: start localnet
run: |
make clean localnet-start
Expand Down Expand Up @@ -252,6 +261,8 @@ jobs:
**/**.go
go.mod
go.sum
- name: Update deps
run: go mod tidy
- uses: actions/cache@v3
with:
path: ~/go/bin
Expand Down

0 comments on commit 48e314f

Please sign in to comment.