Skip to content

Commit 71dd808

Browse files
committed
test
1 parent 5482a15 commit 71dd808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# Heighliner chains.yaml config
3232
chain: noble-forwarding-simd
3333
dockerfile: cosmos
34-
build-target: make build
34+
build-target: cd simapp && go build -tags=muslc -ldflags "$LDFLAGS" -o build/simd ./simapp/simd
3535
binaries: |
36-
- /simapp/build/simd
36+
- simapp/build/simd
3737
build-env: |
3838
- BUILD_TAGS=muslc
3939

0 commit comments

Comments
 (0)