Skip to content

Conversation

@joka134
Copy link
Member

@joka134 joka134 commented Jan 2, 2026

make test-cli and make test-service are not executing the tests in internal, which are only executed by make test. Therefore these test were not executed in our workflows.

This is the easy fix, which simply executes all tests on the build workflows. However, we could also decide to keep the separation and make sure internal is tested when running make test-cli, which would make the Makefile a little bit more complex. I'm not sure if this is neeed at the moment, since running all tests takes only ~30s.

https://app.clickup.com/t/869bc0grc

@joka134 joka134 changed the title ci: execute internal tests ci: execute internal tests in workflows Jan 2, 2026
@joka134 joka134 marked this pull request as ready for review January 2, 2026 15:44
@joka134 joka134 requested a review from NautiluX January 9, 2026 08:50
joka134 and others added 4 commits January 9, 2026 09:52
Signed-off-by: joka134 <27293650+joka134@users.noreply.github.com>
Signed-off-by: joka134 <27293650+joka134@users.noreply.github.com>
Copy link
Member

@siherrmann siherrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think it's fine for now to just run all tests on both service build and cli build.

@joka134 joka134 merged commit b413b9f into main Jan 12, 2026
1 check passed
@joka134 joka134 deleted the ci/execute-internal-tests branch January 12, 2026 10:04
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.

3 participants