Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Apr 30, 2024
1 parent 08d803f commit aeb7b7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Heighliner chains.yaml
chain: noble-forwarding-simd
dockerfile: cosmos
build-target: go install -mod=readonly $(BUILD_FLAGS) ./simd
build-target: make install
build-dir: simapp
binaries: |
- /go/bin/simd
Expand Down
3 changes: 3 additions & 0 deletions simapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ BUILD_FLAGS := -ldflags '$(ldflags)'

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

install:
go install -mod=readonly $(BUILD_FLAGS) ./simd

.PHONY: build

0 comments on commit aeb7b7e

Please sign in to comment.