From cbfc60aa4f822c07a2d028f03329a52adb414025 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Mar 2026 22:25:24 +0530 Subject: [PATCH] Prevent copilot from using go test --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) 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