Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 69fbf54

Browse files
committed
Run validation in release mode for speedup
1 parent ae44c8e commit 69fbf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ build: ## Build the ecosystems validation code with cargo
2828

2929
.PHONY: validate
3030
validate: ## Validate the ecosystems toml files
31-
cargo run -- data/ecosystems
31+
cargo run --release -- data/ecosystems

0 commit comments

Comments
 (0)