summaryrefslogtreecommitdiffstats
path: root/vendor/gomod.garykim.dev/nc-talk/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gomod.garykim.dev/nc-talk/.drone.yml')
-rw-r--r--vendor/gomod.garykim.dev/nc-talk/.drone.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gomod.garykim.dev/nc-talk/.drone.yml b/vendor/gomod.garykim.dev/nc-talk/.drone.yml
index c57fa083..f2367e4d 100644
--- a/vendor/gomod.garykim.dev/nc-talk/.drone.yml
+++ b/vendor/gomod.garykim.dev/nc-talk/.drone.yml
@@ -7,6 +7,10 @@ steps:
image: golangci/golangci-lint:latest-alpine
commands:
- golangci-lint run
+ - name: test
+ image: golang:1.13
+ commands:
+ - go test ./...
- name: build-test
image: golang:1.13
commands: