From 3aa08cc5e2cfee88064ad83c6ae4a275d9ef6f15 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 30 May 2023 10:49:12 +0200 Subject: [PATCH] Re-enable `export-validator` in `justfile` --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 02d42fc60..7b0f2fb0f 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ export RUSTDOCFLAGS := "-D warnings" # For a full build that mirrors the CI build, see `just ci`. test: cargo test --all-features - # cargo run --package export-validator + cargo run --package export-validator # Run a full build that mirrors the CI build #