Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix rust cache regeneration #216

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

antonbaliasnikov
Copy link
Contributor

What ❔

  • Fix rust cache regeneration

Why ❔

It was regenerated by cargo-check job which is only Linux-compatible. Moved cache regeneration to unit tests in matter-labs/era-compiler-ci#49 and updating workflow.

Checklist

  • PR title corresponds to the body of PR.
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via cargo fmt and checked with cargo clippy.

Copy link
Contributor

@PavelKopyl PavelKopyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.71%. Comparing base (c5f34a1) to head (facbc0c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files         133      133           
  Lines       15369    15369           
=======================================
  Hits        11176    11176           
  Misses       4193     4193           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antonbaliasnikov antonbaliasnikov merged commit 8ac974e into main Nov 27, 2024
15 checks passed
@antonbaliasnikov antonbaliasnikov deleted the aba-fix-ccache-regen branch November 27, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants