Skip to content

chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#1564) #1809

chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#1564)

chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#1564) #1809

Workflow file for this run

name: calc
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
- name: Cargo test
uses: actions-rs/[email protected]
with:
command: test
args: --manifest-path=calc/Cargo.toml