chore(dev): add test:all mage command
This commit is contained in:
parent
0d7e9168a4
commit
c32a026ab6
|
|
@ -399,6 +399,11 @@ func (Test) Integration() {
|
||||||
runAndStreamOutput("go", "test", Goflags[0], "-p", "1", "-timeout", "45m", PACKAGE+"/pkg/integrations")
|
runAndStreamOutput("go", "test", Goflags[0], "-p", "1", "-timeout", "45m", PACKAGE+"/pkg/integrations")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (Test) All() {
|
||||||
|
mg.Deps(initVars)
|
||||||
|
mg.Deps(Test.Unit, Test.Integration)
|
||||||
|
}
|
||||||
|
|
||||||
type Check mg.Namespace
|
type Check mg.Namespace
|
||||||
|
|
||||||
// Checks if the swagger docs need to be re-generated from the code annotations
|
// Checks if the swagger docs need to be re-generated from the code annotations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue