summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-04-02 20:26:24 -0600
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-04-02 20:26:24 -0600
commit385d4a84eb813ce6f777b6ab10642ad447f93321 (patch)
tree39ccac5de9aafe55dfa70e52d39ea78e534006a5 /.drone.yml
parentce393a5ac1dedaa04a885b5400d66bcbbf794855 (diff)
downloadhatecomputers.club-385d4a84eb813ce6f777b6ab10642ad447f93321.tar.gz
hatecomputers.club-385d4a84eb813ce6f777b6ab10642ad447f93321.zip
fix dns race condition
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b96d25e..d056e69 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
trigger:
event:
- - push
+ - pull_request
---
kind: pipeline
@@ -20,6 +20,11 @@ type: docker
name: deploy
steps:
+ - name: run tests
+ image: golang
+ commands:
+ - go build
+ - go test -p 1 -v ./...
- name: docker
image: plugins/docker
settings: