diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8c7f0cd7..f605e170 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -55,6 +55,11 @@ jobs: export RUNNER_OS=${{ runner.os }} QDRANT_VERSION='v1.7.4' ./tests/integration-tests.sh shell: bash + - name: Run fastembed tests without fastembed + run: | + pip3 uninstall fastembed -y + pytest tests/test_fastembed.py + shell: bash - name: Check conversion coverage run: | export RUNNER_OS=${{ runner.os }} diff --git a/tests/test_fast_embed.py b/tests/test_fastembed.py similarity index 100% rename from tests/test_fast_embed.py rename to tests/test_fastembed.py