add missing error management
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Quentin 2023-03-14 17:13:32 +01:00
parent de248fb9b2
commit a70a2f3d47
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 2 additions and 0 deletions

View File

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