From 69fbf5423896e002542d5c6d9812df36d0578442 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 25 Aug 2020 20:48:02 -0700 Subject: [PATCH] Run validation in release mode for speedup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd027db7..f2321a85 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ build: ## Build the ecosystems validation code with cargo .PHONY: validate validate: ## Validate the ecosystems toml files - cargo run -- data/ecosystems + cargo run --release -- data/ecosystems