ci: run go unit tests from the dagger plan

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2022-04-19 15:36:34 -07:00
parent e41778d373
commit bc17cef74a
3 changed files with 9 additions and 11 deletions

8
ci.cue
View File

@@ -73,13 +73,7 @@ dagger.#Plan & {
source: _source
package: "./..."
// FIXME: doesn't work with CGO_ENABLED=0
// command: flags: "-race": true
env: {
// FIXME: removing this complains about lack of gcc
CGO_ENABLED: "0"
}
command: flags: "-race": true
}
lint: {