Make 'make inttest' run in parallel even outside CI

This commit is contained in:
Alexey Sokolov
2025-04-21 09:31:08 +01:00
parent 4c8e780a60
commit fc15b8ec5e
5 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -10,3 +10,6 @@
[submodule "third_party/cctz"]
path = third_party/cctz
url = https://github.com/google/cctz
[submodule "third_party/gtest-parallel"]
path = third_party/gtest-parallel
url = https://github.com/google/gtest-parallel