Skip to content

build(deps): bump clap in the all-dependencies-cargo group #47

build(deps): bump clap in the all-dependencies-cargo group

build(deps): bump clap in the all-dependencies-cargo group #47

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- windows-2022
- windows-2025
- macos-13
- macos-14
- macos-15
env:
CARGO_TERM_COLOR: always
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test