aboutsummaryrefslogtreecommitdiff
path: root/.idea/runConfigurations/Check__Codes.xml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-12 17:11:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-12 17:12:54 +0800
commit2efec9d3924ce1d806b04e2d51c1cda285bf501d (patch)
tree5490a4ab433f77ae0e078558028f808b1dc6087e /.idea/runConfigurations/Check__Codes.xml
parent9dad6b93e4e735d061db6b4349227d8f23b65116 (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/runConfigurations/Check__Codes.xml')
-rw-r--r--.idea/runConfigurations/Check__Codes.xml2
1 files changed, 1 insertions, 1 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 />