Reputation: 1355
The question is quite simple: Is it possible to launch tests on save using gogland jetbrains?
I know that I can launch go fmt
or go imports
from the Settings => Go => On Save
panel. Is there a way to add other actions ?
Upvotes: 0
Views: 46
Reputation: 7477
Yes, it is possible.
In the picture below of the test runner
Click on the third button from top to bottom on the left side and that will trigger the last test configuration used after you save your changes.
Upvotes: 1