forked from cerc-io/plugeth
5 lines
56 B
Makefile
5 lines
56 B
Makefile
all:
|
|
go test ./...
|
|
go test ./... -short -race
|
|
go vet
|