This commit is contained in:
2019-09-02 20:17:03 +05:00
parent 4d0e79a493
commit 304146ca7e

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 ./...