summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-10-14 19:36:32 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-10-14 19:42:51 -0700
commit1a65ee574e620f53ae91e3b8faaeb97bed8fc2e8 (patch)
treecddbc6fb6ab8fa81ab461c607b8859243cad2b14 /.drone.yml
parent84eb502bcddd0a37fb27a81bee5312c3321fb05a (diff)
downloadhatecomputers.club-1a65ee574e620f53ae91e3b8faaeb97bed8fc2e8.tar.gz
hatecomputers.club-1a65ee574e620f53ae91e3b8faaeb97bed8fc2e8.zip
this'll fix her
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 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