Skip to content

Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 #12

Bump Swatinem/rust-cache from 2.8.0 to 2.8.1

Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 #12

Workflow file for this run

---
name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
use-cache:
- true
- false
defaults:
run:
working-directory: tests
steps:
- uses: actions/checkout@v5
- uses: ./
with:
toolchain: ${{ matrix.toolchain }}
use-cache: ${{ matrix.use-cache }}
components: rustfmt
workspaces: tests
- run: cargo fmt --check
- run: cargo check
- run: cargo build --release