-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eidng8
committed
Jan 17, 2025
1 parent
f60c91e
commit 7dd1fd3
Showing
1 changed file
with
16 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,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> |