diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7a3828..cf759a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ poetry run pre-commit install Run tests with: ``` -kubectl exec deploy/mev-inspect-deployment -- poetry run pytest --cov=mev_inspect tests +./mev test ``` ## Send a pull request