diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index a8a0f04..22e572d 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1,13 +1,11 @@ --- - project-template: name: golang-jobs - description: | - golang template check: jobs: - - golang-fmt - - golang-unit + - golang-go-test + - golang-golangci-lint gate: jobs: - - golang-fmt - - golang-unit + - golang-go-test + - golang-golangci-lint