-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 Elixir CI jobs #3898
Split Elixir CI jobs #3898
Conversation
0c87dbb
to
6425aeb
Compare
e0022d7
to
2910e64
Compare
Sorry for the rebase... I just wanted to remove unrelated (fix-timezones) changes. |
I initially thought about doing static checks before builds, but that would definitely increase the overall run time. |
mix_env: ['test', 'small_test'] | ||
postgres_image: ['postgres:15', 'postgres:16'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now: "Elixir CI / Build and test (small_test, postgres:16) (pull_request)"
Before: "Elixir CI / Build and test (small_test, 16) (pull_request)"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
Changes
This PR attempts to speed up CI by:
MIX_ENV=small_test
andMIX_ENV=test
test suites in parallelTests
Changelog
Documentation
Dark mode