Fix typo in test command
This commit is contained in:
parent
c0596c5d9d
commit
d9c2bb5a2f
@ -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:
|
||||||
|
Reference in New Issue
Block a user