We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e78e2 + 78db9ee commit 6ce862cCopy full SHA for 6ce862c
src/etc/pre-push.sh
@@ -14,4 +14,4 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
14
echo "Running pre-push script $ROOT_DIR/x test tidy"
15
16
cd "$ROOT_DIR"
17
-./x test tidy
+CARGOFLAGS="--locked" ./x test tidy
0 commit comments