1
Fork 0

Fix typo in test command

master
Vladimir Hodakov 2019-10-08 05:48:19 +04:00
parent c0596c5d9d
commit d9c2bb5a2f
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: test
image: fat0troll/tdlib-golangci
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
image: fat0troll/tdlib-golangci
commands: