Skip to content

Commit

Permalink
chore: adding build requirement for e2e (cosmos#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton authored Aug 12, 2022
1 parent 8017591 commit 43331f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
**/**.go
go.mod
go.sum
- name: Build
- name: Build ibc-go
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build

- name: Build e2e
run: (cd e2e; GOARCH=${{ matrix.go-arch }} go build ./...)
split-test-files:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 43331f3

Please sign in to comment.