Skip to content

chore(deps): Bump clap from 4.3.19 to 4.4.9 #396

chore(deps): Bump clap from 4.3.19 to 4.4.9

chore(deps): Bump clap from 4.3.19 to 4.4.9 #396

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Unit Tests
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo test`
run: cargo test