run all tests including integration
()
| 173 | |
| 174 | // run all tests including integration |
| 175 | func 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 |
| 181 | func Lint() error { |