Reputation: 523
I want to skip tests before installing my java project just on my local since it's taking too much time. It should keep on working on buildserver.
I know that it can be done on command line but I'm using Intellij and when I click on "Install", I don't want it to run tests.
How can I achieve this?
Upvotes: 1
Views: 1782
Reputation: 4392
Just click on this button before running the install:
The button might look different or be somewhere else on a different Intellij version. In this case, you can do the following:
Press 2x SHIFT to open the Search Everywhere
window and search for Toggle 'Skip Tests' Mode
.
Upvotes: 8