#!/bin/bash

./miri_tests &&
./sanitisers &&
cargo test --test tests test_multi_thread_rayon &&
cargo bench --no-run &&
cargo build --example simple
