Skip to content

Commit

Permalink
Bugfix: arc paths were stored as straight line paths
Browse files Browse the repository at this point in the history
Problem 1 of #4297
  • Loading branch information
adamchalmers committed Oct 25, 2024
1 parent a7e830c commit afebe8b
Show file tree
Hide file tree
Showing 7 changed files with 18,207 additions and 8,841 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: bash
run: |-
cd "${{ matrix.dir }}"
cargo llvm-cov nextest --all --lcov --output-path lcov.info --test-threads=1 --no-fail-fast -P ci 2>&1 | tee /tmp/github-actions.log
cargo llvm-cov nextest --workspace --lcov --output-path lcov.info --test-threads=1 --no-fail-fast -P ci 2>&1 | tee /tmp/github-actions.log
env:
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
RUST_MIN_STACK: 10485760000
Expand Down
Loading

0 comments on commit afebe8b

Please sign in to comment.