mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
restore checking integration_test.go with go vet
This commit is contained in:
parent
e81ed7af26
commit
f73125cbcd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ default: build
|
|||
build:
|
||||
# build early to catch syntax errors
|
||||
CGO_ENABLED=0 go build
|
||||
CGO_ENABLED=0 go vet -tags quickstart ./...
|
||||
CGO_ENABLED=0 go vet -tags integration ./...
|
||||
CGO_ENABLED=0 go vet -tags quickstart quickstart_test.go
|
||||
./gendoc.sh
|
||||
(cd http && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none Admin) >http/adminapi.json
|
||||
|
|
Loading…
Reference in a new issue