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

Separate tests into distinct GitHub action jobs #181

Open
zaneselvans opened this issue Apr 5, 2023 · 0 comments
Open

Separate tests into distinct GitHub action jobs #181

zaneselvans opened this issue Apr 5, 2023 · 0 comments
Labels
good-first-issue Good for newcomers testing
Milestone

Comments

@zaneselvans
Copy link
Member

Running different Tox environments as separate jobs within GitHub Actions makes tests faster since they run in parallel on separate runners, and also provides more granular information about what's passing and what's failing. @jdangerx has implemented this improvement in the main PUDL repo, and we'd like to do it in other repositories too!

See this PR as an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue Good for newcomers testing
Projects
Status: Icebox
Development

No branches or pull requests

2 participants