Skip to content

Commit

Permalink
try workspace cleaning in case it’s the thing breaking it all
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR committed Nov 15, 2023
1 parent ee7b9e5 commit f35de0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ jobs:
shared-key: "cargo_nextest-${{ matrix.cache_id }}"
- run: cargo llvm-cov show-env --export-prefix >> "$GITHUB_ENV"
- run: echo "LLVM_PROFILE_FILE=$(pwd)/target/llvm-cov-target/nearcore-%p-%16m.profraw" >> "$GITHUB_ENV"
- run: cargo llvm-cov clean --workspace

# Run unit tests
- run: cargo nextest run --locked --workspace --exclude integration-tests --cargo-profile quick-release --profile ci ${{ matrix.flags }}
env:
RUST_BACKTRACE: short
- run: find . -name '*.profraw'
- run: cargo llvm-cov report --codecov --output-path unittests.json
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
Expand Down

0 comments on commit f35de0e

Please sign in to comment.