diff --git a/test/aur/entrypoint.sh b/test/aur/entrypoint.sh index bbdc1e3..facdc70 100644 --- a/test/aur/entrypoint.sh +++ b/test/aur/entrypoint.sh @@ -2,6 +2,8 @@ set -e +export CARGO_TERM_COLOR=always + declare -a aur_packages=("lune-bin" "lune-git" "lune") root_dir=$(pwd)