Test only packages that have tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andinus 2020-03-27 01:02:27 +05:30
parent 6384678d16
commit 8990216f18
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: test
image: golang:1.13
commands:
- go test -v ./...
- go test -v ./auth
---
kind: pipeline