Skip to content
Snippets Groups Projects
Commit 8b2f2c85 authored by ale's avatar ale
Browse files

Use pipelines/ golang test CI script

parent b3aa3fb5
Branches
No related tags found
No related merge requests found
Pipeline #73458 passed
stages:
- test
run_tests:
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml
include: "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment