From 7acdf31e2b17b32b0b11547bccbd9655e94c2d91 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 29 Aug 2021 18:35:57 +0200 Subject: [PATCH] freebsd: also fails the script when the tests fail --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4f92d7d73..68eaf3d06 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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