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

Split lint & test jobs during ci #2

Open
sadlerap opened this issue Feb 23, 2023 · 0 comments
Open

Split lint & test jobs during ci #2

sadlerap opened this issue Feb 23, 2023 · 0 comments

Comments

@sadlerap
Copy link
Member

sadlerap commented Feb 23, 2023

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.
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

No branches or pull requests

1 participant