Skip to content
Snippets Groups Projects
Commit 7af71412 authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

Add CI

parent 7e5474d0
No related branches found
No related tags found
1 merge request!3Add crypto library and CI
Pipeline #
stages:
- test
job_tests:
stage: test
tags:
- golang
- mongo # Require an available mongo service
- strong # Disable this build on small runners
services:
- "lesterpig/mongo:latest" # Use this light version of mongo
script: "go test -cover -v ./..."
job_lint:
stage: test
allow_failure: True
tags:
- golang
- lint
script:
- "go get github.com/alecthomas/gometalinter"
- "gometalinter --install"
- "gometalinter -t --deadline=60s ./..."
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