Skip to content

Bump clap from 2.33.0 to 4.4.2 #118

Bump clap from 2.33.0 to 4.4.2

Bump clap from 2.33.0 to 4.4.2 #118

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
env:
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Git repository
uses: actions/checkout@master
- name: Check Rust formatting
run: cargo fmt -- --check
- name: Run Rust tests
run: cargo test