Browse Source

fix(build): remove unused test block

pull/2935/head
Gabe Kangas 2 years ago
parent
commit
2bf841df05
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      Earthfile

6
Earthfile

@ -137,12 +137,6 @@ docker: @@ -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

Loading…
Cancel
Save