mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 11:38:16 +03:00
restore checking integration_test.go with go vet
This commit is contained in:
parent
e81ed7af26
commit
f73125cbcd
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ default: build
|
|||||||
build:
|
build:
|
||||||
# build early to catch syntax errors
|
# build early to catch syntax errors
|
||||||
CGO_ENABLED=0 go build
|
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
|
CGO_ENABLED=0 go vet -tags quickstart quickstart_test.go
|
||||||
./gendoc.sh
|
./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
|
(cd http && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none Admin) >http/adminapi.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user