add missing error management

This commit is contained in:
Quentin Dufour
2023-03-14 17:13:32 +01:00
parent de248fb9b2
commit a70a2f3d47
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
set -euxo pipefail
echo "-- check --"
nix-shell --attr rust --run "cargo fmt -- --check"