Skip to content

Commit

Permalink
Merge pull request langchain-ai#2538 from hwchase17/pg/do-not-run-doc…
Browse files Browse the repository at this point in the history
…ker-tests-in-unit

Don't run exports tests as part of unit tests.
  • Loading branch information
obi1kenobi authored Sep 6, 2023
2 parents dbe26f0 + 5f099bb commit 96a051c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"format:check": "turbo run format:check",
"lint": "turbo run lint --filter=\"!docs_skeleton\"",
"lint:fix": "yarn lint -- --fix",
"test": "turbo run test && yarn test:exports:docker",
"test:unit": "turbo run test",
"test": "yarn test:unit && yarn test:exports:docker",
"test:unit": "turbo run test --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 96a051c

Please sign in to comment.