mirror of
https://github.com/livekit/livekit.git
synced 2026-05-24 21:15:36 +00:00
mage test
This commit is contained in:
@@ -124,6 +124,13 @@ func Build() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func Test() error {
|
||||
mg.Deps(Proto, generate)
|
||||
cmd := exec.Command("go", "test", "./...")
|
||||
connectStd(cmd)
|
||||
return cmd.Run()
|
||||
}
|
||||
|
||||
// cleans up builds
|
||||
func Clean() {
|
||||
fmt.Println("cleaning...")
|
||||
|
||||
Reference in New Issue
Block a user