CI: Try running checks and build as a non-root user
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 00:00:32 -03:00
commit b87571dc45
2 changed files with 15 additions and 6 deletions

View file

@ -433,6 +433,12 @@ default:
choose:
@just --choose
[script, private]
ci recipe:
id -u ci >/dev/null 2>&1 || useradd -m ci
chown -R ci:ci .
su ci -c "just {{ recipe }}"
alias ch := choose
export CARGO_TERM_COLOR := 'always'