summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-10-14 19:53:20 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-10-14 20:08:22 -0700
commit66fb5845ae18d6f5e852f4e516ccbf5447ababfd (patch)
treeb7ec669b657bb6edcf92da8e65b5301403c6ceaa /.drone.yml
parent3735959ff9bad75181436581de3f94b87d3160f8 (diff)
downloadhatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.tar.gz
hatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.zip
this'll fix her part 2HEADmain
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
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