mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-26 17:46:34 +03:00
ci: try yet another way for goimports check
Signed-off-by: Kirill Danshin <kirill@danshin.pro>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ before_install:
|
||||
- go get -v golang.org/x/tools/cmd/goimports
|
||||
|
||||
script:
|
||||
- test -z $(goimports -d .)
|
||||
- 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