blastmud/.ci/build

8 lines
176 B
Plaintext
Raw Normal View History

2023-02-12 18:00:25 +11:00
#!/bin/bash -e
set -Eeuo pipefail
cd blastmud-repo
echo Running tests
2023-02-12 18:13:56 +11:00
cargo test --target-dir ../target --profile release
cargo build --target-dir ../target --profile release