-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Showing
3 changed files
with
34 additions
and
33 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
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
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 |
---|---|---|
@@ -1,33 +1,34 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="test all" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="prisma-client-go"/> | ||
<working_directory value="$PROJECT_DIR$/"/> | ||
<envs> | ||
<env name="PRISMA_CLIENT_GO_LOG" value="info"/> | ||
<env name="PHOTON_GO_LOG" value="info"/> | ||
<env name="LOG_QUERIES" value="y"/> | ||
<env name="DBm" value="mysql://root:pw@localhost:3306/testing"/> | ||
<env name="DB" value="postgresql://postgres:pw@localhost:5432/testing"/> | ||
<env name="PRISMA_CLIENT_GO_WRITE_DMMF_FILE" value="yes"/> | ||
<env name="PRISMA_CLIENT_GO_TEST_DEV" value="true"/> | ||
<env name="PRISMA_CLIENT_GO_TEST_MIGRATE_LOGS" value="true"/> | ||
</envs> | ||
<EXTENSION ID="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false"/> | ||
<option name="IS_SUBST" value="false"/> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false"/> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false"/> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false"/> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false"/> | ||
</ENTRIES> | ||
</EXTENSION> | ||
<kind value="DIRECTORY"/> | ||
<package value="github.com/prisma/photongo"/> | ||
<directory value="$PROJECT_DIR$/"/> | ||
<filePath value="$PROJECT_DIR$/"/> | ||
<framework value="gotest"/> | ||
<pattern value="./..."/> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" name="test all" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="prisma-client-go" /> | ||
<working_directory value="$PROJECT_DIR$/" /> | ||
<go_parameters value="-race" /> | ||
<envs> | ||
<env name="PRISMA_CLIENT_GO_LOG" value="info" /> | ||
<env name="PHOTON_GO_LOG" value="info" /> | ||
<env name="LOG_QUERIES" value="y" /> | ||
<env name="DBm" value="mysql://root:pw@localhost:3306/testing" /> | ||
<env name="DB" value="postgresql://postgres:pw@localhost:5432/testing" /> | ||
<env name="PRISMA_CLIENT_GO_WRITE_DMMF_FILE" value="yes" /> | ||
<env name="PRISMA_CLIENT_GO_TEST_DEV" value="true" /> | ||
<env name="PRISMA_CLIENT_GO_TEST_MIGRATE_LOGS" value="true" /> | ||
</envs> | ||
<EXTENSION ID="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</EXTENSION> | ||
<kind value="DIRECTORY" /> | ||
<package value="github.com/prisma/photongo" /> | ||
<directory value="$PROJECT_DIR$/" /> | ||
<filePath value="$PROJECT_DIR$/" /> | ||
<framework value="gotest" /> | ||
<pattern value="./..." /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |