fix(dev-infra): run caretaker checks asyncronously (#39086)

Run each check in the caretaker check process asyncronously.

PR Close #39086
This commit is contained in:
Joey Perrott
2020-09-14 11:24:15 -07:00
parent 1e91f84697
commit 2d79780384
15 changed files with 1194 additions and 483 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ jasmine_node_test(
name = "test",
bootstrap = ["//tools/testing:node_no_angular_es5"],
deps = [
"test_lib",
":test_lib",
],
)