Skip to content

Commit 1d1bf19

Browse files
authored
INTPYTHON-644 Fix haystack test running (#78)
1 parent 5f2964d commit 1d1bf19

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="$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)