From e72fdae493c7c91ecffdb53923a007dcfcbaf977 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 26 Oct 2023 15:44:10 -0700 Subject: [PATCH] test --- .github/workflows/langchain_cli_ci.yml | 7 ------- libs/cli/Makefile | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) 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