Skip to content

chore: bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#1310) #1187

chore: bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#1310)

chore: bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#1310) #1187

Workflow file for this run

name: CI-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@v3
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0
- name: Cargo test
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --manifest-path=calc/Cargo.toml