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