Run validation in release mode for speedup

This commit is contained in:
Curtis Spencer
2020-08-25 20:48:02 -07:00
parent ae44c8e40e
commit 69fbf54238

View File

@@ -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