redis/Makefile

5 lines
70 B
Makefile
Raw Normal View History

2013-12-30 15:45:04 +04:00
all:
2015-01-30 16:32:07 +03:00
go test ./...
go test ./... -cpu=2
2015-01-15 18:51:22 +03:00
go test ./... -short -race