Add go/types to perf builder tests (#2568)

This commit is contained in:
Ben Kalman
2016-09-14 15:27:48 -07:00
committed by GitHub
parent 5c13e0ccec
commit e156791329
+1
View File
@@ -18,6 +18,7 @@ import subprocess
# These are the 'go test' packages for perf testing.
# Note that adding entires will actually run all tests in that package, not just the perf tests.
PACKAGES = [
'./go/types',
'./samples/go/csv/csv-import',
]