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

Add test artifacts to CI

parent d129f018
Branches
No related tags found
No related merge requests found
......@@ -3,8 +3,12 @@ stages:
run_tests:
stage: test
image: "debian:bullseye"
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- "apt update"
- "env DEBIAN_FRONTEND=noninteractive apt -y install golang git"
- "go test -v ./..."
- run-go--test ./...
artifacts:
when: always
reports:
cobertura: cover.xml
junit: report.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment