diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-14 17:13:32 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-14 17:13:32 +0100 |
commit | a70a2f3d479d92743fa8012dc488d121bcdf5e0a (patch) | |
tree | 75b4307cabb3143d9e2db92a77ecae25d81a4be5 | |
parent | de248fb9b21f2a1c3df65fd4fce830742d570bb1 (diff) | |
download | garage-a70a2f3d479d92743fa8012dc488d121bcdf5e0a.tar.gz garage-a70a2f3d479d92743fa8012dc488d121bcdf5e0a.zip |
add missing error management
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/bin/bash +set -euxo pipefail + echo "-- check --" nix-shell --attr rust --run "cargo fmt -- --check" |