Skip to content

Commit

Permalink
Adds core tests to CI (langchain-ai#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 2, 2023
1 parent 9d94bf2 commit dae9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "turbo run lint --concurrency 1",
"lint:fix": "yarn lint -- --fix",
"test": "yarn test:unit && yarn workspace @langchain/core build && yarn workspace langchain build && yarn test:exports:docker",
"test:unit": "turbo run test --filter langchain",
"test:unit": "turbo run test --filter @langchain/core --filter langchain",
"test:int": "yarn run test:int:deps && turbo run test:integration ; yarn run test:int:deps:down",
"test:int:deps": "docker compose -f test-int-deps-docker-compose.yml up -d",
"test:int:deps:down": "docker compose -f test-int-deps-docker-compose.yml down",
Expand Down

0 comments on commit dae9f2f

Please sign in to comment.