Skip to content

Update CI and benchmark/test features. #20

Update CI and benchmark/test features.

Update CI and benchmark/test features. #20

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
- uses: actions-rs/cargo@v1
with:
command: check
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=radix,format,compact