File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VERSION = $(shell cat VERSION.txt)
6
6
7
7
generate : kittycad
8
8
cargo clippy --all
9
- cargo nextest run --no-capture --no-fail-fast
9
+ cargo nextest run --all-features -- no-capture --no-fail-fast
10
10
11
11
target/debug/openapitor : openapitor/src/* .rs openapitor/src/* /* .rs openapitor/Cargo.toml spec.json
12
12
cargo build --bin openapitor
Original file line number Diff line number Diff line change 1
- +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+
2
- | FileConversion | FileCenterOfMass | FileMass | FileVolume | FileDensity | FileSurfaceArea | TextToCad | TextToCadIteration |
3
- +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+
4
- | + | | | | | | | |
5
- +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+
1
+ +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+-----------------------------+
2
+ | FileConversion | FileCenterOfMass | FileMass | FileVolume | FileDensity | FileSurfaceArea | TextToCad | TextToCadIteration | TextToCadMultiFileIteration |
3
+ +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+-----------------------------+
4
+ | + | | | | | | | | |
5
+ +----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+-----------------------------+
You can’t perform that action at this time.
0 commit comments