From de0893381798f04b41e64321522caa5f3017e973 Mon Sep 17 00:00:00 2001 From: andrey1s Date: Mon, 26 Apr 2021 16:09:14 +0300 Subject: [PATCH] upte drone tests --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8887c60..fe6ef09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: test image: golang commands: - - go test + - go test ./... - name: golangci-lint image: golangci/golangci-lint:v1.39