Skip to content

Speed up builds#1647

Merged
tsegismont merged 1 commit intoeclipse-vertx:masterfrom
tsegismont:speed-up-builds
Apr 1, 2026
Merged

Speed up builds#1647
tsegismont merged 1 commit intoeclipse-vertx:masterfrom
tsegismont:speed-up-builds

Conversation

@tsegismont
Copy link
Copy Markdown
Member

When testing SQL Client templates, we need to build dependencies first (at this moment, Pg and MySQL clients).

With this change, the ci.yml workflow action tests the target module in two steps instead of one:

  • build the target module skipping tests
  • run tests

When testing SQL Client templates, we need to build dependencies first (at this moment, Pg and MySQL clients).

With this change, the ci.yml workflow action tests the target module in two steps instead of one:

- build the target module skipping tests
- run tests

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit 6702218 into eclipse-vertx:master Apr 1, 2026
20 checks passed
tsegismont added a commit that referenced this pull request Apr 1, 2026
When testing SQL Client templates, we need to build dependencies first (at this moment, Pg and MySQL clients).

With this change, the ci.yml workflow action tests the target module in two steps instead of one:

- build the target module skipping tests
- run tests

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont added a commit that referenced this pull request Apr 1, 2026
When testing SQL Client templates, we need to build dependencies first (at this moment, Pg and MySQL clients).

With this change, the ci.yml workflow action tests the target module in two steps instead of one:

- build the target module skipping tests
- run tests

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont deleted the speed-up-builds branch April 1, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant