diff --git a/.drone.yml b/.drone.yml index 5486410..7ed82d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: cache path: /go commands: - - go test -i server/... + - go test -i ./... - name: test image: golang:1.15 @@ -17,7 +17,7 @@ steps: - name: cache path: /go commands: - - go test server/... + - go test ./... volumes: - name: cache