Merge pull request #268 from flashbots/lukevs-contributing-fix

Update CONTRIBUTING.md to include new test command
This commit is contained in:
Luke Van Seters
2022-02-15 12:35:33 -05:00
committed by GitHub

View File

@@ -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