test: move colorized-logs installation to batch.sh #53
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rap-booting and testing | |
on: | |
push: | |
pull_request: | |
env: | |
CARGO_TERM_COLOR: always | |
RAP_RECURSIVE: deep | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Code Formatting Check | |
run: cd rap && cargo fmt --check | |
- name: Build RAP | |
run: ./install.sh | |
- name: Check test cases | |
run: cd tests && ./batch.sh -F -M | |