Skip to content

Add bindings for custom crossover with example #121

Add bindings for custom crossover with example

Add bindings for custom crossover with example #121

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install nightly Rust
run: |
rustup toolchain install nightly
rustup default nightly
- name: Check rustfmt
run: |
rustup component add rustfmt --toolchain stable
cargo +stable fmt --all -- --check
- run: cargo install cargo-fuzz
- name: Run tests
run: ./ci/script.sh