-
Notifications
You must be signed in to change notification settings - Fork 132
Add parallel gem #393
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
Add parallel gem #393
Conversation
d860da5
to
e6673cb
Compare
test: | ||
<<: *default | ||
database: sample_project_test | ||
database: sample_project_test<%= ENV['TEST_ENV_NUMBER'] %> |
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.
why is this change in the db name?
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.
@megatux this is part of adding this gem, and also we're going to merge this and other PRs into a release
branch, so when we have the functionality working as expected we'll create a new PR to merge against main. That works for you?
Will te integration with the CI and with knapsack be done as part of this PR? |
@santib this is part of adding this gem, and also we're going to merge this and other PRs (integration with the CI and with knapsack) into a release branch, so when we have the functionality working as expected we'll create a new PR to merge against main. That works for you? |
e6673cb
to
408cf70
Compare
408cf70
to
62e0105
Compare
Whatever you prefer. What I mean is that we are adding the gem, but the tests aren't running in parallel |
yes, you're right, but to test it locally you have to run this command |
Description:
Add parallel gem to improve CI