Ai
1 Star 2 Fork 0

chyyuu/command-line-rust

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
test.sh 179 Bytes
Copy Edit Raw Blame History
Ken Youens-Clark authored 2021-08-13 03:46 +08:00 . cleanup
#!/usr/bin/env bash
for DIR in [01]*; do
DIRNAME=$(basename "$DIR")
echo "==> $DIRNAME <=="
(cd $DIR && cargo test -q > /dev/null && cargo clippy)
done
echo "Done."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chyyuu/command-line-rust.git
git@gitee.com:chyyuu/command-line-rust.git
chyyuu
command-line-rust
command-line-rust
master

Search