Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ local-image:
ifeq (,$(shell which heighliner))
@echo heighliner not found. https://github.com/strangelove-ventures/heighliner
else
@echo "🤖 Building image..."
@heighliner build --chain noble-dollar-simd --file e2e/chains.yaml --local
@echo "✅ Completed build!"
@echo "🤖 Building image..."
@heighliner build --chain noble-dollar-simd --file e2e/chains.yaml --local
@echo "✅ Completed build!"
endif

test-unit:
Expand Down
Loading