diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/runConfigurations/Check__Codes.xml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Check__Documents.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.idea/runConfigurations/Check__Codes.xml b/.idea/runConfigurations/Check__Codes.xml index f117f8f..75f5e09 100644 --- a/.idea/runConfigurations/Check__Codes.xml +++ b/.idea/runConfigurations/Check__Codes.xml @@ -8,7 +8,7 @@ > <option name="command" - value="run --manifest-path .run/Cargo.toml --bin ci --quiet -- --test-codes -y" + value="run --manifest-path .run/Cargo.toml --bin ci --quiet -- --check-build --check-clippy --check-test --check-arg-picker -y" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> diff --git a/.idea/runConfigurations/Check__Documents.xml b/.idea/runConfigurations/Check__Documents.xml index b5a503b..3b40bbb 100644 --- a/.idea/runConfigurations/Check__Documents.xml +++ b/.idea/runConfigurations/Check__Documents.xml @@ -8,7 +8,7 @@ > <option name="command" - value="run --manifest-path .run/Cargo.toml --bin ci --quiet -- --test-docs -y" + value="run --manifest-path .run/Cargo.toml --bin ci --quiet -- --check-markdown-code --check-examples --check-docs-refresh --check-api-docs -y" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> |
