We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--locked
1 parent 005fc0f commit 78db9eeCopy full SHA for 78db9ee
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