From bc0843adfa31ba170c0433c96415a6a4dbde9350 Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 12 Feb 2023 18:13:56 +1100 Subject: [PATCH] Change profile to release --- .ci/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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