Skip to content

chore(batch.sh): report error in red; continue in loop if cargo clean #131

chore(batch.sh): report error in red; continue in loop if cargo clean

chore(batch.sh): report error in red; continue in loop if cargo clean #131

Workflow file for this run

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
- run: sudo apt install colorized-logs -y # Insall ansi2txt
- name: Check test cases
run: cd tests && ./batch.sh -F -M