Skip to content

Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 #7

Bump Swatinem/rust-cache from 2.7.8 to 2.8.0

Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 #7

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@v4
- 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