7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
all:
|
||
|
go test ./...
|
||
|
env GOOS=linux GOARCH=386 go test ./...
|
||
|
go test ./... -short -race
|
||
|
go test ./... -run=nothing -bench=. -benchmem
|
||
|
go vet
|