Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion haystack-embeddings/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion haystack-fulltext/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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