Skip to content

Commit

Permalink
chore: remove leftover docker-integration make directive (gnolang#3243
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zivkovicmilos authored and r3v4s committed Dec 10, 2024
1 parent f24ebea commit ccb6ca0
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 ccb6ca0

Please sign in to comment.