Skip to content

Bump clap from 4.5.21 to 4.5.23 #32

Bump clap from 4.5.21 to 4.5.23

Bump clap from 4.5.21 to 4.5.23 #32

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y --no-symlinks cargo-nextest
- name: Setup sccache-cache
uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
- run: cargo nextest run && cargo test --doc