chore: add unit tests for pure functions + CI test job #11

Merged
jcabillot merged 7 commits from chore/add-tests into main 2026-06-12 08:50:32 -04:00
Showing only changes of commit d784cd9fba - Show all commits
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Start Qdrant
run: |
docker run -d --name qdrant \
-p 6333:6333 -p 6334:6334 \
--network "container:$(hostname)" \
docker.io/qdrant/qdrant:latest
- name: Wait for Qdrant