about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-11-22T16·29+0000
committerVincent Ambo <tazjin@google.com>2019-11-22T16·29+0000
commitf1655c5cbb480b1555137c77c8b4366b6714a2b3 (patch)
treef448630676876c5bb1c0c77f767fe7b43b5da0a7
parent1619f58d782ae4de67a056757efbbdc91ce30367 (diff)
fix(tools): Enable CI runs for tools.gotest
-rw-r--r--tools/gotest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gotest/default.nix b/tools/gotest/default.nix
index 4396cd9b47..168d15748e 100644
--- a/tools/gotest/default.nix
+++ b/tools/gotest/default.nix
@@ -24,4 +24,4 @@ in buildGo.program {
   name = "gotest";
   srcs = [ ./main.go ];
   deps = [ somelib someproto ];
-}
+} // { meta.enableCI = true; }