Skip to content

chore(release): 19.4.0 (#1571) #1828

chore(release): 19.4.0 (#1571)

chore(release): 19.4.0 (#1571) #1828

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