Skip to content

Commit

Permalink
Make compile CI tests use prod builds (#3847)
Browse files Browse the repository at this point in the history
(cherry picked from commit e12f026)
  • Loading branch information
ValarDragon authored and mergify[bot] committed Dec 23, 2022
1 parent 4aee02d commit de88a91
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 de88a91

Please sign in to comment.