diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 478985923cb..8db699a48aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: prefix-key: "0" # change this to invalidate CI cache shared-key: "cargo_nextest-${{ matrix.cache_id }}" - run: cargo llvm-cov show-env | tr -d "'" >> "$GITHUB_ENV" + - run: echo "LLVM_PROFILE_FILE=$(pwd)/target/debug" >> "$GITHUB_ENV" # Run unit tests - run: cargo nextest run --locked --workspace --exclude integration-tests --cargo-profile quick-release --profile ci ${{ matrix.flags }}