Skip to content

fix: bifrost type issue & small fixes in tests (#1345) #1274

fix: bifrost type issue & small fixes in tests (#1345)

fix: bifrost type issue & small fixes in tests (#1345) #1274

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/[email protected]
with:
profile: minimal
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
- name: Cargo test
uses: actions-rs/[email protected]
with:
command: test
args: --manifest-path=calc/Cargo.toml