#!/bin/bash -e
set -Eeuo pipefail
cd blastmud-repo
echo Running tests
cargo test --target-dir ../target --profile release
cargo build --target-dir ../target --profile release