Skip to content

Commit

Permalink
ci: should build despite cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 26, 2023
1 parent ea343ce commit 2a27c7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-clarinet-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
run: RUSTC_BOOTSTRAP=1 cargo install grcov

- name: Build
if: steps.cache-cargo.outputs.cache-hit != 'true'
env:
RUSTFLAGS: "-C instrument-coverage"
LLVM_PROFILE_FILE: "${{ env.COMPONENT }}-%p-%m.profraw"
Expand Down

0 comments on commit 2a27c7f

Please sign in to comment.