-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a Run All Tests configuration for JetBrains IDE
- Loading branch information
1 parent
14be6f7
commit 22c92ff
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run All Tests" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="Vertex" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/vertex-center/vertex" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<framework value="gotest" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |