List all core engine tests
(ctx context.Context)
| 14 | |
| 15 | // List all core engine tests |
| 16 | func (dev *EngineDev) Tests(ctx context.Context) (string, error) { |
| 17 | return dag.Go(dagger.GoOpts{Source: dev.Source}).Tests(ctx) |
| 18 | } |
| 19 | |
| 20 | // Run core engine tests |
| 21 | // +cache="session" |