From 02214575ae1a37c2c8808da8b893cfd01fd29015 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Oct 2022 23:38:13 +0200 Subject: [PATCH] go run and test --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9362fbb..cdf6917 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: "drone-dagger-test" steps: - name: "build" - image: harbor.front.kjuulh.io/docker-proxy/library/golang + image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest commands: - "go run main.go" + - "go test ./..."