Skip to content

Split lint & test jobs during ci #2

@sadlerap

Description

@sadlerap

In primazactl's proposed ci (in #1), we have linting and testing run in the same job. We should split them into two jobs, which carries a few benefits:

  • The failure of one doesn't prevent the execution of the other
  • Linting and testing don't depend on each other, so we can run them in parallel
  • Adding more checks down the line (e.g. security checks) will be easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions