Skip to content

Commit

Permalink
Create a Run All Tests configuration for JetBrains IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Sep 24, 2023
1 parent 14be6f7 commit 22c92ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .run/Run All Tests.run.xml
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>

0 comments on commit 22c92ff

Please sign in to comment.