Unverified Commit b4917f1d authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Make e2e ignore gowork (backport #3820) (#3821)

* Make e2e ignore gowork (#3820)

* Make e2e ignore gowork

* Fix accidental move

* Make e2e re-run on dockerfile change

* Edit right workflow

* Update osmomath version

(cherry picked from commit a1c13a6e

)

# Conflicts:
#	go.work.sum

* fix conflict

Co-authored-by: default avatarDev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: default avatarDev Ojha <dojha@berkeley.edu>
parent fe9a701c
Showing with 4 additions and 1 deletion
+4 -1
......@@ -23,6 +23,8 @@ jobs:
with:
PATTERNS: |
**/**.go
**/**.wasm
Dockerfile
go.mod
go.sum
-
......
......@@ -70,6 +70,7 @@ jobs:
go.mod
go.sum
Makefile
Dockerfile
-
name: Get data from build cache
uses: actions/cache@v2
......
......@@ -38,7 +38,7 @@ COPY . .
# Build osmosisd binary
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/root/go/pkg/mod \
go build \
GOWORK=off go build \
-mod=readonly \
-tags "netgo,ledger,muslc" \
-ldflags \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment