We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2964d commit 1d1bf19Copy full SHA for 1d1bf19
haystack-embeddings/run.sh
@@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python)
22
$PYTHON_BINARY -m pip install -U pip hatch
23
24
# Run tests.
25
-MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test
+MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test:all -v
haystack-fulltext/run.sh
-MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test
+MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test:all -v
0 commit comments