From 53ee8a8fafd087da2c181eeeba9adcba232bf876 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 18 Aug 2022 21:10:12 +0200 Subject: [PATCH] ci: Replace test with build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a84de3a..ee60125 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,6 @@ steps: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure fi - - go test + - go build #