summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9c42283b6d57a19cae468cf4f4f27b83d4fb87f0 (plain)
1
2
3
4
5
6
7
8
default: test

test:
	go run script/check-MakeGitError-thread-lock.go
	go test ./...

install:
	go install ./...