Skip to content

Bump clap from 4.4.18 to 4.5.2 #69

Bump clap from 4.4.18 to 4.5.2

Bump clap from 4.4.18 to 4.5.2 #69

Workflow file for this run

name: Rust Tests
on: [push, pull_request]
jobs:
simple:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Test `cargo check/test/build` on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: Swatinem/rust-cache@v2
- run: |
cargo check
cargo test
cargo build --release