Skip to content

Added Rust Build CI badge on README.md #1

Added Rust Build CI badge on README.md

Added Rust Build CI badge on README.md #1

Workflow file for this run

name: Rust Build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features

Check failure on line 23 in .github/workflows/rust_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust_ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- name: 'rishka-cc' cargo build
run: cd tools/rishka-cc && cargo build --release