mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-21 15:41:02 +00:00
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
|
||||
set -euxo pipefail
|
||||
|
||||
echo "-- check --"
|
||||
nix-shell --attr rust --run "cargo fmt -- --check"
|
||||
|
||||
|
|
Loading…
Reference in a new issue