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