From d3d3582b1f1b71b18d8d89cdf8e14f112b8f40a7 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 3 Apr 2024 13:40:13 -0600 Subject: chore: Make WPT repo shallow (#23205) This is a particularly large repo and making it shallow improves checkout time. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index be03d0684..e928225a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "tests/wpt/suite"] path = tests/wpt/suite url = https://github.com/web-platform-tests/wpt.git - + shallow = true [submodule "tests/node_compat/runner/suite"] path = tests/node_compat/runner/suite url = https://github.com/denoland/node_test.git -- cgit v1.2.3