add missing error management

This commit is contained in:
Quentin Dufour 2023-03-14 17:13:32 +01:00
parent de248fb9b2
commit a70a2f3d47
No known key found for this signature in database
GPG key ID: E9602264D639FF68

View file

@ -1,4 +1,6 @@
#!/bin/bash
set -euxo pipefail
echo "-- check --"
nix-shell --attr rust --run "cargo fmt -- --check"