We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to run tests parallel to save time and get faster feedback if something is broken instead of doing tests after each other.
I want something like:
+----------+ | BUILD | +----------+ | V +------------------+ | UNIT TESTS | +------------------+ / \ / \ V V +----------------+ +----------------+ | UNIT TEST (sqlite) | | UNIT TEST (mysql) | +----------------+ +----------------+ | | +-------+-------+ | V +-------------------+ | INTEGRATION TESTS | +-------------------+ / \ / \ V V +---------------------+ +---------------------+ | INTEGRATION TEST | | INTEGRATION TEST | | (sqlite) | | (mysql) | +---------------------+ +---------------------+ | V +------+ | DONE | +--------+
The text was updated successfully, but these errors were encountered:
Note that both integration tests needs to be passed in order for the workflow to be green.
Sorry, something went wrong.
Hiccup-za
No branches or pull requests
I want to run tests parallel to save time and get faster feedback if something is broken instead of doing tests after each other.
I want something like:
The text was updated successfully, but these errors were encountered: