From 1a65ee574e620f53ae91e3b8faaeb97bed8fc2e8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 14 Oct 2024 19:36:32 -0700 Subject: this'll fix her --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 3076ae2..10064c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: run tests image: golang commands: - - go build + - go install -v - go test -p 1 -v ./... trigger: @@ -23,7 +23,7 @@ steps: - name: run tests image: golang commands: - - go build + - go install -v - go test -p 1 -v ./... - name: docker image: plugins/docker -- cgit v1.2.3-70-g09d2