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