Skip to content

Commit

Permalink
.github: Add building binaries to check workflow (#4545)
Browse files Browse the repository at this point in the history
Add `build_release_artifacts` script to `build` workflow. We don't check if
binaries are successfully built before release action. But it's possible that
something can be broken, i.e. the windows build was broken during the last
Horizon release. It's better to ensure everything is working in every PR.
  • Loading branch information
bartekn committed Aug 17, 2022
1 parent 5b98083 commit f4b20d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go build ./...
- name: Build binaries
run: go run ./support/scripts/build_release_artifacts/main.go

test:
strategy:
Expand Down

0 comments on commit f4b20d8

Please sign in to comment.