diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e577bbf..5aa68ad3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,9 +25,7 @@ repos: name: cargo-test language: system types: [file, rust] - # --lib is to only test the library, since when integration tests are made, - # they will be in a seperate tests directory - entry: bash -c "cd crates/llm_gateway && cargo test --lib" + entry: bash -c "cd crates && cargo test --lib" - repo: https://github.com/psf/black rev: 23.1.0