Skip to content

Rewrite README to document CLI architecture, decode modes, semantic a… #4

Rewrite README to document CLI architecture, decode modes, semantic a…

Rewrite README to document CLI architecture, decode modes, semantic a… #4

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Cargo fmt check
run: cargo fmt --check
- name: Cargo test
run: cargo test
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Run smoke verification
run: bash scripts/smoke.sh