Skip to content

chore(infra): mac-os builds fail, solve by porting some changes from main #700

chore(infra): mac-os builds fail, solve by porting some changes from main

chore(infra): mac-os builds fail, solve by porting some changes from main #700

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
runs-on: macos-13
steps:
- name: Checkout code and submodule
uses: actions/checkout@v2
with:
submodules: recursive
- uses: webfactory/ssh-agent@v0.5.1
with:
ssh-private-key: ${{ secrets.CICD_RSA_KEY }}
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.58.1
override: true
components: rustfmt, clippy
- name: Run cargo test
run: cargo test --release --all-features