summary refs log tree commit diff stats
path: root/build/ci/drone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build/ci/drone.yml')
-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