mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
ci: temporary disable goimports check
Signed-off-by: Kirill Danshin <kirill@danshin.pro>
This commit is contained in:
+3
-2
@@ -16,10 +16,11 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
- go get -v golang.org/x/tools/cmd/goimports
|
||||
# - go get -v golang.org/x/tools/cmd/goimports
|
||||
|
||||
script:
|
||||
- test -z "$(goimports -d $(find . -type f -name '*.go' -not -path "./vendor/*"))"
|
||||
# TODO(@kirilldanshin)
|
||||
# - test -z "$(goimports -d $(find . -type f -name '*.go' -not -path "./vendor/*"))"
|
||||
# build test for supported platforms
|
||||
- GOOS=linux go build
|
||||
- GOOS=darwin go build
|
||||
|
||||
Reference in New Issue
Block a user