diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-12 17:11:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-12 17:12:54 +0800 |
| commit | 2efec9d3924ce1d806b04e2d51c1cda285bf501d (patch) | |
| tree | 5490a4ab433f77ae0e078558028f808b1dc6087e /.idea | |
| parent | 9dad6b93e4e735d061db6b4349227d8f23b65116 (diff) | |
ci: Refactor CI workflows into single check matrix
Replace the separate code/docs CI jobs and local check flags with
a unified `--check-*` flag system, enabling each check to run
independently across a platform matrix.
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 /> |
