Change profile to release

This commit is contained in:
Condorra 2023-02-12 18:13:56 +11:00
parent a21219eaa5
commit bc0843adfa

View File

@ -3,5 +3,5 @@ set -Eeuo pipefail
cd blastmud-repo
echo Running tests
cargo test --target-dir ../target --profile release-with-debug
cargo build --target-dir ../target --profile release-with-debug
cargo test --target-dir ../target --profile release
cargo build --target-dir ../target --profile release