feat: improve performance of reading from the socket during unmarshall (#200)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
|
||||
SKIP_CYTHON=1 poetry install --only=main,dev
|
||||
else
|
||||
poetry install --only=main,dev
|
||||
REQUIRE_CYTHON=1 poetry install --only=main,dev
|
||||
fi
|
||||
- name: Test with Pytest
|
||||
run: export $(dbus-launch); poetry run pytest --cov-report=xml --timeout=5
|
||||
|
||||
Reference in New Issue
Block a user