Skip to content

Commit e244e80

Browse files
committed
INTPYTHON-644 Fix haystack test running
1 parent 5f2964d commit e244e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haystack-embeddings/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python)
2222
$PYTHON_BINARY -m pip install -U pip hatch
2323

2424
# Run tests.
25-
MONGO_CONNECTION_STRING="$MONGODB_URI" hatch run test
25+
MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test:all -v

haystack-fulltext/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ PYTHON_BINARY=$(which python)
2222
$PYTHON_BINARY -m pip install -U pip hatch
2323

2424
# Run tests.
25-
MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test
25+
MONGO_CONNECTION_STRING_2="$MONGODB_URI" hatch run test:all -v

0 commit comments

Comments
 (0)