Skip to content

Bump pathdiff from 0.2.1 to 0.2.2 #27

Bump pathdiff from 0.2.1 to 0.2.2

Bump pathdiff from 0.2.1 to 0.2.2 #27

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