mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
github: Also test the root package (left out in previous commit)
This commit is contained in:
@@ -196,9 +196,6 @@ func TestRace() error {
|
||||
return err
|
||||
}
|
||||
for _, pkg := range pkgs {
|
||||
if pkg == "." {
|
||||
continue
|
||||
}
|
||||
if err := runCmd(env, goexe, "test", "-p", "2", "-race", pkg, "-tags", buildTags()); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user