From a70a2f3d479d92743fa8012dc488d121bcdf5e0a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 14 Mar 2023 17:13:32 +0100 Subject: [PATCH] add missing error management --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index fa1a7146..158c7f1b 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,6 @@ #!/bin/bash +set -euxo pipefail + echo "-- check --" nix-shell --attr rust --run "cargo fmt -- --check"