diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 43ff61ed6..40e939bc3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -28,4 +28,5 @@ code. - To run a specific test, run `./test.py test-name` t `test-name` is the name of the test without the leading `test_` for Python tests and without the leading `Test` for Go tests. +- Do not use go test or ./setup.py test to run tests