Skip to content

Commit f57113a

Browse files
committed
test pre build
1 parent 71dd808 commit f57113a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
# Heighliner chains.yaml config
3232
chain: noble-forwarding-simd
3333
dockerfile: cosmos
34-
build-target: cd simapp && go build -tags=muslc -ldflags "$LDFLAGS" -o build/simd ./simapp/simd
34+
pre-build: cd simapp
35+
build-target: make build
3536
binaries: |
3637
- simapp/build/simd
37-
build-env: |
38-
- BUILD_TAGS=muslc
3938
4039
4140
- name: Publish Tarball as Artifact

0 commit comments

Comments
 (0)