#!/bin/bash

./miri_test &&
RUSTFLAGS="--cfg bench" cargo bench --no-run &&
RUSTFLAGS="--cfg cpal" cargo build --example cpal &&
cargo build --example simple