From 2bf841df05e24f00c28fa6e4f1f9fb4a471f93e9 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 5 Jun 2023 14:37:11 -0700 Subject: [PATCH] fix(build): remove unused test block --- Earthfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Earthfile b/Earthfile index 819d16972..8c369112b 100644 --- a/Earthfile +++ b/Earthfile @@ -137,12 +137,6 @@ docker: dockerfile: FROM DOCKERFILE -f Dockerfile . -testing: - ARG images - FOR i IN ${images} - RUN echo "Testing ${i}" - END - unit-tests: FROM --platform=linux/amd64 bdwyertech/go-crosscompile COPY . /build