diff options
author | Vincent Ambo <tazjin@google.com> | 2019-11-22T16·29+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-11-22T16·29+0000 |
commit | f1655c5cbb480b1555137c77c8b4366b6714a2b3 (patch) | |
tree | f448630676876c5bb1c0c77f767fe7b43b5da0a7 /tools | |
parent | 1619f58d782ae4de67a056757efbbdc91ce30367 (diff) |
fix(tools): Enable CI runs for tools.gotest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gotest/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gotest/default.nix b/tools/gotest/default.nix index 4396cd9b47c9..168d15748e1f 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; } |