Skip to content

CI: Install deps once and then cache #1154

Open
@strinnityk

Description

@strinnityk

Currently, installing dependencies is a step in a job that is ran multiple times. That means that, depending on concurrency, it might be run multiple times. This also includes building the p2p daemon and go.

Moving it to a job that is ran before the matrix-test-job (base_tests.yml:jobs:test) and caching the installation would save a bit of time.

This includes p2pd, dependencies installed with nimble install, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions