forked from Deuxfleurs/garage
add missing error management
This commit is contained in:
parent
de248fb9b2
commit
a70a2f3d47
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -euxo pipefail
|
||||||
|
|
||||||
echo "-- check --"
|
echo "-- check --"
|
||||||
nix-shell --attr rust --run "cargo fmt -- --check"
|
nix-shell --attr rust --run "cargo fmt -- --check"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue