xframe/vendor/github.com/alicebob/miniredis/v2/Makefile

13 lines
122 B
Makefile
Raw Normal View History

2024-10-12 12:55:20 +08:00
.PHONY: all test testrace int
all: test
test:
go test ./...
testrace:
go test -race ./...
int:
INT=1 go test ./...