Pass --locked
to the x test tidy call
This allows to fail the push when the `Cargo.lock` file needs to be updated.
This commit is contained in:
parent
005fc0f00f
commit
78db9ee21a
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
|
|||
echo "Running pre-push script $ROOT_DIR/x test tidy"
|
||||
|
||||
cd "$ROOT_DIR"
|
||||
./x test tidy
|
||||
CARGOFLAGS="--locked" ./x test tidy
|
||||
|
|
Loading…
Add table
Reference in a new issue