Include validator in CI build

This commit is contained in:
Hanno Braun 2022-04-13 16:46:02 +02:00
parent 5b73f76412
commit bca6881dfd

View File

@ -91,16 +91,4 @@ jobs:
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
command: run
args: -- --model cuboid --export cuboid.3mf
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
command: run
args: -- --model group --export group.3mf
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
command: run
args: -- --model spacer --export spacer.3mf
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
command: run
args: -- --model star --export star.3mf
args: --package validator