kinesis-consumer/vendor/github.com/alicebob/miniredis/Makefile
2024-04-10 16:50:33 +02:00

12 lines
129 B
Makefile

.PHONY: all test testrace int
all: test
test:
go test ./...
testrace:
go test -race ./...
int:
${MAKE} -C integration all