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/docs/tests/use-cases/ci-cd-for-go-project/test.cue.fragment
Tom Chauveau 6fe49a0294
Improve go use case example according to Gerhard's review
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2022-03-17 17:28:38 +01:00

7 lines
105 B
Plaintext

// Run go unit test
"unit-test": go.#Test & {
source: _code
package: "./..."
input: _base.output
}