From 7cd806499f772314b3a326d77e89441a165d1a57 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 13 Jun 2025 15:21:12 -0600 Subject: chore: run linter and unit tests immediately --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5c5e0b..ace4019 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,17 +29,20 @@ build image: lint: image: golang:alpine stage: test + needs: [] script: - go install github.com/google/yamlfmt/cmd/yamlfmt@latest - yamlfmt --lint -exclude vendor . unit: image: golang:alpine stage: test + needs: [] script: - go test ./... race: image: golang:alpine stage: test + needs: [] script: - go test -race -shuffle=on ./... variables: -- cgit v1.2.3