MCPcopy
hub / github.com/livekit/livekit / TestAll

Function TestAll

magefile.go:175–178  ·  view source on GitHub ↗

run all tests including integration

()

Source from the content-addressed store, hash-verified

173
174// run all tests including integration
175func TestAll() error {
176 mg.Deps(generateWire, setULimit)
177 return mageutil.Run(context.Background(), "go test ./... -count=1 -timeout=4m -v")
178}
179
180// runs golangci-lint
181func Lint() error {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected