Commit ecd4e6e
Changed files (1)
.gitlab-ci.yml
@@ -14,7 +14,7 @@ go_build:
- apk add --no-cache git
script:
- go install github.com/magefile/mage@latest
- - go build -o stanuki cmd/stanuki/main.go
+ - mage build
go_test:
stage: test