good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 8489dfe1 authored by a's avatar a
Browse files

add test ci

parent f86836ec
No related branches found
No related tags found
No related merge requests found
Pipeline #25788 failed with stage
in 12 minutes and 17 seconds
...@@ -10,6 +10,12 @@ ...@@ -10,6 +10,12 @@
stages: stages:
- test - test
lint:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
stage: test
extends: .go-cache
script:
- go test -race ./...
lint: lint:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment