Add go test path.
This commit is contained in:
parent
dfd18e07aa
commit
6b9dcb3e54
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ class Golang(BuildSystem):
|
|||
return "%s()" % (type(self).__name__)
|
||||
|
||||
def test(self, session, resolver, fixers):
|
||||
run_with_build_fixers(session, ["go", "test"], fixers)
|
||||
run_with_build_fixers(session, ["go", "test", "./..."], fixers)
|
||||
|
||||
def build(self, session, resolver, fixers):
|
||||
run_with_build_fixers(session, ["go", "build"], fixers)
|
||||
|
|
Loading…
Add table
Reference in a new issue