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 - name: Compile tests
run: |- run: |-
cd "${{ matrix.dir }}" 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 - name: Start test KCL server
run: |- run: |-
cd "${{ matrix.dir }}" cd "${{ matrix.dir }}"
@ -73,7 +73,7 @@ jobs:
shell: bash shell: bash
run: |- run: |-
cd "${{ matrix.dir }}" 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: env:
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}} KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
RUST_MIN_STACK: 10485760000 RUST_MIN_STACK: 10485760000