kenfire
kenfire

Reputation: 1355

Is it possible to launch tests on save using gogland jetbrains?

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 ?enter image description here

Upvotes: 0

Views: 46

Answers (1)

dlsniper
dlsniper

Reputation: 7477

Yes, it is possible.

In the picture below of the test runner

test runner interface

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

Related Questions