Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/jedevc/daggerverse-sagikazarmark/borgo/tests@a104424df38ca8b0b758f699dcfeeb0c2210cc2e

Entrypoint

Return Type
Tests
Example
func (m *myModule) example() *Tests  {
	return dag.
			Tests()
}

Types

Tests 🔗

all() 🔗

All executes all tests.

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			All(ctx)
}

compile() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			Compile(ctx)
}