Skip to content

Commit

Permalink
add run config
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed Jan 17, 2025
1 parent f60c91e commit 7dd1fd3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .run/go test.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="go test" type="GoTestRunConfiguration" factoryName="Go Test">
<module name="go-db" />
<working_directory value="$PROJECT_DIR$" />
<go_parameters value="-race" />
<envs>
<env name="CGO_ENABLED" value="1" />
</envs>
<kind value="DIRECTORY" />
<package value="github.com/eidng8/go-db" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$" />
<framework value="gotest" />
<method v="2" />
</configuration>
</component>

0 comments on commit 7dd1fd3

Please sign in to comment.