Try fixing CI again

This commit is contained in:
Adam Chalmers
2024-06-10 11:24:14 -05:00
parent 6e93375f26
commit 255dbc70da

View File

@ -62,7 +62,7 @@ jobs:
- name: Compile tests
run: |-
cd "${{ matrix.dir }}"
cargo nextest archive --archive-file tests.tar.zst
cargo nextest archive --archive-file tests.tar.zst --workspace --profile ci
- name: Start test KCL server
run: |-
cd "${{ matrix.dir }}"
@ -73,7 +73,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 --archive-file t.tar.zst 2>&1 | tee /tmp/github-actions.log
cargo llvm-cov nextest --lcov --output-path lcov.info --test-threads=1 --no-fail-fast --profile ci --archive-file tests.tar.zst 2>&1 | tee /tmp/github-actions.log
env:
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
RUST_MIN_STACK: 10485760000