11 lines
158 B
Bash
11 lines
158 B
Bash
setup() {
|
|
load '../../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "rust" {
|
|
dagger "do" -p ./publish.cue test
|
|
dagger "do" -p ./image.cue test
|
|
}
|