diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-18 02:53:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-18 02:57:58 +0800 |
| commit | 056d9579125dba1fccb91f191e1ff474ca6992f3 (patch) | |
| tree | f46df8adf731b8934bda1654268dc99a16bb1e8f /.idea/runConfigurations/Check__Documents.xml | |
| parent | b838e9617ba66542d684b8410e9f0d52ac7ff5e9 (diff) | |
chore(idea): add IntelliJ IDE project configuration files
Diffstat (limited to '.idea/runConfigurations/Check__Documents.xml')
| -rw-r--r-- | .idea/runConfigurations/Check__Documents.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.idea/runConfigurations/Check__Documents.xml b/.idea/runConfigurations/Check__Documents.xml new file mode 100644 index 0000000..b5a503b --- /dev/null +++ b/.idea/runConfigurations/Check__Documents.xml @@ -0,0 +1,26 @@ +<component name="ProjectRunConfigurationManager"> + <configuration + default="false" + name="Check: Documents" + type="CargoCommandRunConfiguration" + factoryName="Cargo Command" + folderName="CI" + > + <option + name="command" + value="run --manifest-path .run/Cargo.toml --bin ci --quiet -- --test-docs -y" + /> + <option name="workingDirectory" value="file://$PROJECT_DIR$" /> + <envs /> + <option name="emulateTerminal" value="true" /> + <option name="channel" value="DEFAULT" /> + <option name="requiredFeatures" value="true" /> + <option name="allFeatures" value="false" /> + <option name="withSudo" value="false" /> + <option name="buildTarget" value="REMOTE" /> + <option name="backtrace" value="SHORT" /> + <option name="isRedirectInput" value="false" /> + <option name="redirectInputPath" value="" /> + <method v="2" /> + </configuration> +</component> |
