diff --git a/Makefile b/Makefile index 9052c8d4..6c365c1e 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ clean: rm -rf restic test: $(SOURCE) - go run run_tests.go /dev/null + go test ./...