Skip to content

Bump clap from 4.5.20 to 4.5.21 #75

Bump clap from 4.5.20 to 4.5.21

Bump clap from 4.5.20 to 4.5.21 #75

Workflow file for this run

name: cargo test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test