#!/bin/bash

./miri_test &&
./sanitisers &&
cargo +nightly test --features vmem --features async --test tests &&
cargo bench --no-run &&
RUSTFLAGS="--cfg cpal" cargo build --example cpal
