This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/pkg/universe.dagger.io/x/contact@kjuulh.io/rust/test/test.bats
2022-04-20 16:23:53 +02:00

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
}