Skip to content

fix: pin rustc 1.58.2 (#321) #690

fix: pin rustc 1.58.2 (#321)

fix: pin rustc 1.58.2 (#321) #690

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/[email protected]
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