diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:50:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:50:09 +0800 |
| commit | 414a5a7ab570d79665fdadea3906ddd13623f005 (patch) | |
| tree | e0dc828d2a4d9f5edcc0b8e7eb5e897ddf62ec60 | |
| parent | e79cb161eee49e1ac2b86f1469dda1e2af4c1aeb (diff) | |
ci: promote cin alias to ci
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index bfc711f..f0b35b3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,8 +4,5 @@ target-dir = "./.temp/target" [env] [alias] -ci = "run --manifest-path .run/Cargo.toml --bin ci --quiet --" +ci = "run --manifest-path mingling_ci/Cargo.toml --bin ci --quiet --" dev_tool = "run --manifest-path .run/Cargo.toml --quiet --bin " - -# CI Next (Developing) -cin = "run --manifest-path mingling_ci/Cargo.toml --bin ci --quiet --" |
