(tags []string, pkgs ...string)
| 411 | } |
| 412 | |
| 413 | func bench(tags []string, pkgs ...string) { |
| 414 | lazyRebuildAssets() |
| 415 | args := append([]string{"test", "-run", "NONE", "-tags", strings.Join(tags, " ")}, benchArgs()...) |
| 416 | runPrint(goCmd, append(args, pkgs...)...) |
| 417 | } |
| 418 | |
| 419 | func integration(bench bool) { |
| 420 | lazyRebuildAssets() |
no test coverage detected