diff --git a/haystack-embeddings/run.sh b/haystack-embeddings/run.sh index 1ee0cf6..f48af94 100644 --- a/haystack-embeddings/run.sh +++ b/haystack-embeddings/run.sh @@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python) $PYTHON_BINARY -m pip install -U pip hatch # Run tests. -MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test +MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test:all -v diff --git a/haystack-fulltext/run.sh b/haystack-fulltext/run.sh index 3ed1223..0a6e820 100644 --- a/haystack-fulltext/run.sh +++ b/haystack-fulltext/run.sh @@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python) $PYTHON_BINARY -m pip install -U pip hatch # Run tests. -MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test +MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test:all -v