mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 08:35:51 +00:00
Merge pull request #389 from homersimpsons/patch-1
👷 Add models to test suite
This commit is contained in:
commit
ab623cccfc
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -60,6 +60,22 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
|
- uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
|
||||||
with:
|
with:
|
||||||
command: test
|
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:
|
clippy:
|
||||||
name: Clippy Check
|
name: Clippy Check
|
||||||
|
Loading…
Reference in New Issue
Block a user