run unit tests, skipping integration
()
| 167 | |
| 168 | // run unit tests, skipping integration |
| 169 | func Test() error { |
| 170 | mg.Deps(generateWire, setULimit) |
| 171 | return mageutil.Run(context.Background(), "go test -short ./... -count=1") |
| 172 | } |
| 173 | |
| 174 | // run all tests including integration |
| 175 | func TestAll() error { |