blob: c23cb839a9d555021af64b0bac171a9b8d464555 [file] [log] [blame]
all:
go generate ./...
go get ./...
go install ./...
cd extensions/sample; make
test:
# since some tests call separately-built binaries, clear the cache to ensure all get run
go clean -testcache
go test ./... -v