mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 00:25:51 +00:00
👷 Add models to test suite
This commit is contained in:
parent
f5522ec19c
commit
28116afb51
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user