Skip to content

fix: pin rustc 1.58.2 (#321) #689

fix: pin rustc 1.58.2 (#321)

fix: pin rustc 1.58.2 (#321) #689

Workflow file for this run

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