freebsd: also fails the script when the tests fail

This commit is contained in:
Sylvestre Ledru 2021-08-29 18:35:57 +02:00
parent fd4fd36a3e
commit 7acdf31e2b

View file

@ -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