Skip to content

Commit 0b0c827

Browse files
committed
github: Also test the root package (left out in previous commit)
1 parent 30dc75e commit 0b0c827

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎magefile.go‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ func TestRace() error {
196196
return err
197197
}
198198
for _, pkg := range pkgs {
199-
if pkg == "." {
200-
continue
201-
}
202199
if err := runCmd(env, goexe, "test", "-p", "2", "-race", pkg, "-tags", buildTags()); err != nil {
203200
return err
204201
}

0 commit comments

Comments
 (0)