Skip to content

Commit

Permalink
new: Activate parallel for congruence test
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Mar 11, 2025
1 parent 394c31c commit d97a86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ done
# Backwards compatibility tests are enabled by setting QDRANT_VERSION to a version that is not the latest
# OR by setting IGNORE_CONGRUENCE_TESTS to true
if [[ "$QDRANT_VERSION" != "$QDRANT_LATEST" ]] || [[ "$IGNORE_CONGRUENCE_TESTS" == "true" ]]; then
QDRANT_VERSION=$QDRANT_VERSION pytest --ignore=tests/congruence_tests
QDRANT_VERSION=$QDRANT_VERSION pytest -n auto --ignore=tests/congruence_tests
else
QDRANT_VERSION=$QDRANT_VERSION pytest
QDRANT_VERSION=$QDRANT_VERSION pytest -n auto
fi


Expand Down

0 comments on commit d97a86d

Please sign in to comment.