diff --git a/.drone.yml b/.drone.yml index cb53dfa..743dd32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: test image: fat0troll/tdlib-golangci commands: - - go test -test.v -cover `go list ./... | grep -v examples | grep -v internal` + - go -mod=vendor test -test.v -cover `go list ./... | grep -v examples | grep -v internal` - name: lint image: fat0troll/tdlib-golangci commands: - - golangci-lint run \ No newline at end of file + - golangci-lint -v run \ No newline at end of file