Skip to content

Commit

Permalink
test: move colorized-logs installation to batch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Dec 26, 2024
1 parent 41532a6 commit c190156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Code Formatting Check
run: cd rap && cargo fmt --check

- run: sudo apt install colorized-logs -y

- name: Build RAP
run: ./install.sh
Expand Down
5 changes: 5 additions & 0 deletions tests/batch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
#该脚本在目录下为每个Cargo项目执行相同的命令直到报错

# All arguments passed to this script are forwarded to cargo rap

# Insall ansi2txt
sudo apt install colorized-logs -y

cur=$(pwd)

# 查找并编译当前目录下的所有 Rust 项目
Expand Down

0 comments on commit c190156

Please sign in to comment.