Skip to content

Commit

Permalink
try with llvm profile file override again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR committed Nov 15, 2023
1 parent bd4812a commit 5b919ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5b919ae

Please sign in to comment.