diff options
author | Andinus <andinus@nand.sh> | 2020-03-27 01:02:27 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-27 01:02:27 +0530 |
commit | 8990216f18e57a72e3f3061baf9a872dc457a592 (patch) | |
tree | 978560914ee4112511372a0af3bb46889072f0f2 /build | |
parent | 6384678d168f517fddf09135059793dc7281531f (diff) | |
download | perseus-8990216f18e57a72e3f3061baf9a872dc457a592.tar.gz |
Test only packages that have tests
Diffstat (limited to 'build')
-rw-r--r-- | build/ci/drone.yml | 2 |
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 |