Skip to content

chore(deps): update non pjs deps in root & docs folder (#1518) #1682

chore(deps): update non pjs deps in root & docs folder (#1518)

chore(deps): update non pjs deps in root & docs folder (#1518) #1682

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