aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE.bazel')
-rw-r--r--WORKSPACE.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
index b520a3c3..8845e38c 100644
--- a/WORKSPACE.bazel
+++ b/WORKSPACE.bazel
@@ -76,3 +76,10 @@ http_archive(
#
# load("@bazelci_rules//:rbe_repo.bzl", "rbe_preconfig")
# rbe_preconfig(name = "buildkite_config", toolchain = "ubuntu2004-bazel-java11")
+
+http_archive(
+ name = "rules_testing",
+ sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4",
+ strip_prefix = "rules_testing-0.6.0",
+ url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz",
+)