Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: milo/Makefile

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Use proto instead Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/proto/milo/annotations.pb.go ('k') | milo/api/resp/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/Makefile
diff --git a/milo/Makefile b/milo/Makefile
index 742d4d1c0a69ca8364d17a68d411b32d60b0bbd1..6b7d6814937a257aa7452c3eb60b6f968525a069 100644
--- a/milo/Makefile
+++ b/milo/Makefile
@@ -14,5 +14,8 @@ up:
test:
go test ./...
-train:
+train: gen
go test ./... -test.generate
+
+gen:
+ go generate ./...
« no previous file with comments | « common/proto/milo/annotations.pb.go ('k') | milo/api/resp/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698