Skip to content

add caching for built crates in CI github action #161

add caching for built crates in CI github action

add caching for built crates in CI github action #161

Workflow file for this run

on: [ push ]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test