Skip to content

Bump clap from 4.4.8 to 4.4.14 #56

Bump clap from 4.4.8 to 4.4.14

Bump clap from 4.4.8 to 4.4.14 #56

Workflow file for this run

name: Rust
on:
push:
branches: [ trunk ]
pull_request:
branches: [ trunk ]
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose