diff --git a/.ci/build b/.ci/build index 8b3c3fd..af824a9 100755 --- a/.ci/build +++ b/.ci/build @@ -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