Prevent copilot from using go test

This commit is contained in:
Kovid Goyal 2026-03-03 22:25:24 +05:30
parent c53a81e8cd
commit cbfc60aa4f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

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