Skip to content

chore(deps): bump picomatch (#7346) #28

chore(deps): bump picomatch (#7346)

chore(deps): bump picomatch (#7346) #28

name: Validate Rust crates
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
- features/*
jobs:
test_rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@v2
with:
workspaces: crates/microsoft-fast-build
- name: Run Rust tests
run: cargo test --manifest-path crates/microsoft-fast-build/Cargo.toml