👷 Add models to test suite

This commit is contained in:
homersimpsons 2022-03-22 23:46:48 +01:00 committed by GitHub
parent f5522ec19c
commit 28116afb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,22 @@ jobs:
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
command: test
- 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
clippy:
name: Clippy Check