Files
scroll/database/Makefile
ChuhanJin 60f30e5b33 feat: add database bin (#62)
Co-authored-by: chuhanjin <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
2022-11-05 06:16:24 +00:00

11 lines
242 B
Makefile

.PHONY: lint
database:
go build -o $(PWD)/build/bin/database ./cmd
test:
go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/...
lint: ## Lint the files - used for CI
GOBIN=$(PWD)/build/bin go run ../build/lint.go