Skip to content

feat: Add SHADI implementation #2

feat: Add SHADI implementation

feat: Add SHADI implementation #2

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
env:
PYO3_PYTHON: python
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Rust cache
uses: Swatinem/rust-cache@v2
- name: Build and test
run: cargo test --workspace