Skip to content

chore:(deps): bump semver from 6.3.0 to 6.3.1 (#1304) #1179

chore:(deps): bump semver from 6.3.0 to 6.3.1 (#1304)

chore:(deps): bump semver from 6.3.0 to 6.3.1 (#1304) #1179

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@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f # v2.5.1
- name: Cargo test
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --manifest-path=calc/Cargo.toml