1

Fix typo in test command

This commit is contained in:
2019-10-08 05:48:19 +04:00
parent c0596c5d9d
commit d9c2bb5a2f

View File

@@ -6,7 +6,7 @@ steps:
- name: test - name: test
image: fat0troll/tdlib-golangci image: fat0troll/tdlib-golangci
commands: commands:
- go -mod=vendor test -test.v -cover `go list ./... | grep -v examples | grep -v internal` - go test -mod=vendor -test.v -cover `go list ./... | grep -v examples | grep -v internal`
- name: lint - name: lint
image: fat0troll/tdlib-golangci image: fat0troll/tdlib-golangci
commands: commands: