From 8544eb46ef1701f64781e217e21482be960af94b Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 15 Feb 2022 12:26:16 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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