This commit is contained in:
Stanislav Nikitin 2019-09-02 20:17:03 +05:00
parent 4d0e79a493
commit 304146ca7e
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ lint:
- docker
script:
- pwd
- ls -la
- golangci-lint linters
- golangci-lint run
@ -29,4 +30,5 @@ test:
- docker
script:
- pwd
- ls -la
- go test -test.v -cover ./...