Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Apr 30, 2024
1 parent 5482a15 commit 71dd808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# Heighliner chains.yaml config
chain: noble-forwarding-simd
dockerfile: cosmos
build-target: make build
build-target: cd simapp && go build -tags=muslc -ldflags "$LDFLAGS" -o build/simd ./simapp/simd
binaries: |
- /simapp/build/simd
- simapp/build/simd
build-env: |
- BUILD_TAGS=muslc
Expand Down

0 comments on commit 71dd808

Please sign in to comment.