chore(aur_test): force color for cargo outputs

This commit is contained in:
Erica Marigold 2024-04-22 11:47:08 +05:30 committed by GitHub
parent 52a89daee4
commit f2c12d7fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@
set -e
export CARGO_TERM_COLOR=always
declare -a aur_packages=("lune-bin" "lune-git" "lune")
root_dir=$(pwd)