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

Improve workflow to run things in parellel #162

Open
mjovanc opened this issue Oct 18, 2024 · 1 comment
Open

Improve workflow to run things in parellel #162

mjovanc opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels
feature New feature or request
Milestone

Comments

@mjovanc
Copy link
Member

mjovanc commented Oct 18, 2024

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  |
         +--------+
@mjovanc mjovanc added the feature New feature or request label Oct 18, 2024
@mjovanc mjovanc added this to the v0.4.0-alpha milestone Oct 18, 2024
@mjovanc mjovanc modified the milestones: v0.4.0-alpha, v0.5.0-alpha Oct 19, 2024
@mjovanc
Copy link
Member Author

mjovanc commented Oct 23, 2024

Note that both integration tests needs to be passed in order for the workflow to be green.

@mjovanc mjovanc modified the milestones: v0.5.0-alpha, v0.6.0-alpha Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants