summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-27 01:02:27 +0530
committerAndinus <andinus@nand.sh>2020-03-27 01:02:27 +0530
commit8990216f18e57a72e3f3061baf9a872dc457a592 (patch)
tree978560914ee4112511372a0af3bb46889072f0f2
parent6384678d168f517fddf09135059793dc7281531f (diff)
downloadperseus-8990216f18e57a72e3f3061baf9a872dc457a592.tar.gz
Test only packages that have tests
-rw-r--r--build/ci/drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci/drone.yml b/build/ci/drone.yml
index 945b35b..1888778 100644
--- a/build/ci/drone.yml
+++ b/build/ci/drone.yml
@@ -6,7 +6,7 @@ steps:
 - name: test
   image: golang:1.13
   commands:
-  - go test -v ./...
+  - go test -v ./auth
 
 ---
 kind: pipeline