Skip to content

Commit

Permalink
Make compile CI tests use prod builds (#3847) (#3851)
Browse files Browse the repository at this point in the history
(cherry picked from commit e12f026)

Co-authored-by: Dev Ojha <[email protected]>
  • Loading branch information
mergify[bot] and ValarDragon authored Dec 23, 2022
1 parent 4aee02d commit da654b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
go mod download
cd cmd/osmosisd
go build .
GOWRK=off go build .
if: env.GIT_DIFF

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit da654b4

Please sign in to comment.