blastmud/.ci/build

8 lines
176 B
Bash
Executable File

#!/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