aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index ecb330d..9a17129 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,6 +4,6 @@ steps:
- name: test
image: "golang:alpine"
commands:
- - apk add --no-cache gcc ca-certificates git make
- - make
+ - apk add --no-cache build-base ca-certificates git
+ - make test
- bash <(curl -s https://codecov.io/bash)