Skip to content
Snippets Groups Projects
Commit eed6d366 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

new CI

parent 4dff6b4b
No related branches found
No related tags found
1 merge request!1Resolve "Set up CI"
Pipeline #53052 failed
...@@ -4,6 +4,12 @@ variables: ...@@ -4,6 +4,12 @@ variables:
stages: stages:
- test - test
test:cover:
image: golang:1.15
stage: test
script:
- go test -v -cover ./...
include: include:
- local: '/build/ci/.code-quality-ci.yml' - local: '/build/ci/.code-quality-ci.yml'
- local: '/build/ci/.security-and-compliance-ci.yml' - local: '/build/ci/.security-and-compliance-ci.yml'
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