Skip to content

build(deps): bump clap from 4.3.5 to 4.3.8 #1391

build(deps): bump clap from 4.3.5 to 4.3.8

build(deps): bump clap from 4.3.5 to 4.3.8 #1391

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Tests
jobs:
test:
name: Test
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [stable]
job:
- os: macos-latest
- os: ubuntu-latest
- os: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: test
args: -r --all-targets --all-features --workspace