Include `export-validator` in `just build`

`export-validator` verifies that Fornjot produces valid triangle meshes,
by validating exported 3MF files. It is included in the CI build, but
was missing from `just build`.
This commit is contained in:
Hanno Braun 2022-06-29 12:30:44 +02:00
parent 318dc7b9f8
commit 809ec65ec6
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ build:
cargo clippy --all-features cargo clippy --all-features
cargo test --all-features cargo test --all-features
cargo fmt --check cargo fmt --check
cargo run -p export-validator