Skip to content

chore(deps): bump clap from 4.5.53 to 4.5.56 #19

chore(deps): bump clap from 4.5.53 to 4.5.56

chore(deps): bump clap from 4.5.53 to 4.5.56 #19

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
push:
tags:
- v*
jobs:
test:
name: cargo test
runs-on: windows-latest
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y --no-symlinks cargo-nextest
- name: Setup sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
- uses: dtolnay/rust-toolchain@stable
- run: cargo nextest run --all-features --no-tests pass