.PHONY: all test

all: test

test:
	rm -f ./dump.rdb ./nodes.conf
	INT=1 go test
