Skip to content

Commit

Permalink
chore: remove leftover docker-integration make directive (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos authored Nov 29, 2024
1 parent 97b2159 commit 2c06070
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_gnokey: install.gnokey
install_gno: install.gno

.PHONY: test
test: test.components test.docker
test: test.components

.PHONY: test.components
test.components:
Expand All @@ -64,14 +64,6 @@ test.components:
$(MAKE) --no-print-directory -C examples test
$(MAKE) --no-print-directory -C misc test

.PHONY: test.docker
test.docker:
@if hash docker 2>/dev/null; then \
go test --tags=docker -count=1 -v ./misc/docker-integration; \
else \
echo "[-] 'docker' is missing, skipping ./misc/docker-integration tests."; \
fi

.PHONY: fmt
fmt:
$(MAKE) --no-print-directory -C tm2 fmt imports
Expand Down

0 comments on commit 2c06070

Please sign in to comment.