forked from golang/hotime
5 lines
56 B
Makefile
5 lines
56 B
Makefile
|
all:
|
||
|
go test ./...
|
||
|
go test ./... -short -race
|
||
|
go vet
|