#!/bin/sh

set -e

cargo test --all-features -- --nocapture
cargo build --all-features --release

maturin build --release --features python
bash src/interfaces/pyo3/tests/test.sh
