tests
No long description provided.
Installation
dagger install github.com/jedevc/daggerverse-sagikazarmark/apko/tests@a104424df38ca8b0b758f699dcfeeb0c2210cc2e
Types
Tests 🔗
all() 🔗
All executes all tests.
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
All(ctx)
}
build() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Build(ctx)
}
publish() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Publish(ctx)
}
wolfi() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Wolfi(ctx)
}
alpine() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Alpine(ctx)
}