Skip to content

Commit

Permalink
next: test all for vrf listener
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 7, 2024
1 parent 819908a commit d37edb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrf-listener/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ format = "ruff format ."
format_check = "ruff format . --check"
lint = "ruff check ."
typecheck = "mypy vrf_listener"
test_all = "echo No tests yet"
test_all = "coverage run -m pytest --net=devnet -v --reruns 5 --only-rerun aiohttp.client_exceptions.ClientConnectorError tests/ -s"

[tool.ruff]
exclude = [
Expand Down

0 comments on commit d37edb6

Please sign in to comment.