Skip to content

Commit 68b6eef

Browse files
committed
updates
Signed-off-by: Jess Frazelle <[email protected]>
1 parent c54d1c9 commit 68b6eef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION = $(shell cat VERSION.txt)
66

77
generate: kittycad
88
cargo clippy --all
9-
cargo nextest run --no-capture --no-fail-fast
9+
cargo nextest run --all-features --no-capture --no-fail-fast
1010

1111
target/debug/openapitor: openapitor/src/*.rs openapitor/src/*/*.rs openapitor/Cargo.toml spec.json
1212
cargo build --bin openapitor

kittycad/tests/tabled_one_of.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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+
+----------------+------------------+----------+------------+-------------+-----------------+-----------+--------------------+-----------------------------+

0 commit comments

Comments
 (0)