diff --git a/Makefile b/Makefile index 0264b4936..62c53f7c2 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ test: rclone # Quick test quicktest: - go test $(GO_FILES) - go test -cpu=2 -race $(GO_FILES) + RCLONE_CONFIG="/notfound" go test $(GO_FILES) + RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES) # Do source code quality checks check: rclone