Re-enable export-validator in justfile

This commit is contained in:
Hanno Braun 2023-05-30 10:49:12 +02:00
parent e6ddc88f01
commit 3aa08cc5e2

View File

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