diff --git a/.github/workflows/langchain_cli_ci.yml b/.github/workflows/langchain_cli_ci.yml index 1b3046a0d88..400a0f285df 100644 --- a/.github/workflows/langchain_cli_ci.yml +++ b/.github/workflows/langchain_cli_ci.yml @@ -45,13 +45,6 @@ jobs: working-directory: libs/cli secrets: inherit - compile-integration-tests: - uses: - ./.github/workflows/_compile_integration_test.yml - with: - working-directory: libs/cli - secrets: inherit - pydantic-compatibility: uses: ./.github/workflows/_pydantic_compatibility.yml diff --git a/libs/cli/Makefile b/libs/cli/Makefile index 68afb6b97b0..977141873c0 100644 --- a/libs/cli/Makefile +++ b/libs/cli/Makefile @@ -1,2 +1,5 @@ lint lint_diff: poetry run poe lint + +test: + poetry run poe test \ No newline at end of file