fix: remove server locking on agents (#1442)

This commit is contained in:
Sarah Wooders
2024-06-09 13:54:41 -07:00
committed by GitHub
parent ab0e6e5805
commit de7de7e912
5 changed files with 201 additions and 56 deletions

View File

@@ -58,6 +58,7 @@ jobs:
pipx install poetry==1.8.2
poetry install -E dev
poetry run pytest -s tests/test_client.py
poetry run pytest -s tests/test_concurrent_connections.py
- name: Print docker logs if tests fail
if: failure()