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

fix(ci): significantly speed up CI. #1124

Merged
merged 1 commit into from
Aug 23, 2024
Merged

fix(ci): significantly speed up CI. #1124

merged 1 commit into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. fix(ci): significantly speed up CI.

    - Consolidates the full build of contracts and Rust in a single job.
    - Make Rust caches work, make contracts/ABI/bindings caches work.
    - Produce a Docker image and publish as an artifact, to reuse in e2e tests.
    - Separate e2e tests from unit tests.
    - Delete independent build for ipc-resolver; everything is built at once to
      minimise overhead.
    - Remove unused workflows.
    raulk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    40af84b View commit details
    Browse the repository at this point in the history