707dbd0256
- add new entries for #70 and #74 - cleaned-up / enriched a little bit compute and exec tests Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
15 lines
114 B
CUE
15 lines
114 B
CUE
package testing
|
|
|
|
import (
|
|
"dagger.cloud/def"
|
|
)
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "load",
|
|
from: def
|
|
},
|
|
]
|
|
}
|