Skip to content

update to shakmaty 0.27 #11

update to shakmaty 0.27

update to shakmaty 0.27 #11

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo doc
- run: cargo check --manifest-path fuzz/Cargo.toml