From b3d52149f6b334a8d9ab594141d229611b4ba6d0 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 6 Feb 2023 19:29:21 +0000 Subject: [PATCH] updated .drone CI --- .drone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index cf35ce8..1b15755 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -6,7 +6,7 @@ steps: image: golang commands: - go build - - go test -v + - go test -v github.com/broodjeaap/go-watch/web trigger: branch: - master