Skip to content

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 #1360

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 #1360

Workflow file for this run

name: calc
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Cargo test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
- name: Cargo test
uses: actions-rs/[email protected]
with:
command: test
args: --manifest-path=calc/Cargo.toml