Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Apr 29, 2024
1 parent 893a2bb commit 98007b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# Heighliner chains.yaml config
chain: noble-forwarding-simd
dockerfile: cosmos
build-dir: simapp
build-target: make build
binaries: |
- simapp/build/simd
Expand Down
2 changes: 1 addition & 1 deletion simapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ldflags := $(strip $(ldflags))
BUILD_FLAGS := -ldflags '$(ldflags)'

build:
@go build -mod=readonly $(BUILD_FLAGS) -o $(PWD)/build/ ./...
@go build -mod=readonly $(BUILD_FLAGS) -o build/ ./...

.PHONY: build

0 comments on commit 98007b1

Please sign in to comment.