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