Skip to content

Commit

Permalink
chore: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 7, 2023
1 parent 1cfd138 commit 1e44979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
REQUIRE_CYTHON=1 poetry install --only=main,dev
fi
- name: Test with Pytest
run: export $(dbus-launch); poetry run pytest -vvvs --cov-report=xml --timeout=5 tests/client/test_methods.py::test_aio_proxy_object
run: export $(dbus-launch); poetry run pytest --cov-report=xml --timeout=5
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1e44979

Please sign in to comment.