Skip to content

Major revamp to the code structure for better build times and MSRV guarantees. #132

Major revamp to the code structure for better build times and MSRV guarantees.

Major revamp to the code structure for better build times and MSRV guarantees. #132

Workflow file for this run

name: OSX
on:
[pull_request, workflow_dispatch]
jobs:
cross:
name: Rust MacOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo check
- run: cargo test
- run: cargo test --features=radix,format,compact