mirror of
https://github.com/uutils/coreutils
synced 2024-11-05 14:21:32 +00:00
freebsd: also fails the script when the tests fail
This commit is contained in:
parent
fd4fd36a3e
commit
7acdf31e2b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
|
@ -553,6 +553,7 @@ jobs:
|
|||
|
||||
# Needs to be done in a sudo as we are changing users
|
||||
sudo -i -u cuuser sh << EOF
|
||||
set -e
|
||||
whoami
|
||||
curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
sh rustup.sh -y --profile=minimal
|
||||
|
|
Loading…
Reference in a new issue