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

[FEATURE] CI: Run integration tests for changed and dependent modules #1000

Open
langchain4j opened this issue Apr 23, 2024 · 0 comments
Open
Labels
enhancement New feature or request P1 Highest priority P2 High priority

Comments

@langchain4j
Copy link
Owner

Currently main CI workflow runs only unit tests, no integration tests are run, because it takes quite a while.

It should be configured to run ITs for modules that have changed in the PR/merge, as well as modules that depend on changed modules.
Ideally parallelize the build.

Optimizing ITs can also be done, but first let's start with optimizing the workflow.

@langchain4j langchain4j added enhancement New feature or request P1 Highest priority P2 High priority labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 Highest priority P2 High priority
Projects
None yet
Development

No branches or pull requests

1 participant