This commit is contained in:
2022-04-19 22:45:36 +02:00
parent 9ddbc60a3b
commit f496357522
9 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
setup() {
load '../../../../bats_helpers'
common_setup
}
@test "rust" {
dagger "do" -p ./publish.cue test
dagger "do" -p ./image.cue test
}