Reputation: 1714
I'm writing Go with TDD using GogLand and somehow accidently enable AutoTest feature. After writing the code for a few seconds, the test run automatically which distract me a lot. After searching on the Internet I could not find the solution yet.
What I can adjust at the moment is "Set AutoTest Delay" to 10 seconds but I want to disable completely and run manually. Is there any way and how to do that?
Thank you in advance.
Upvotes: 1
Views: 632
Reputation: 714
Toggle auto-test
button is placed on Run
tool window right under Rerun Failed Tests
action. Disabling it disables auto-testing completely.
Upvotes: 5