Skip to content
Snippets Groups Projects

Update git.autistici.org/id/go-sso digest to 8a1845d

Merged renovate requested to merge renovate/git.autistici.org-id-go-sso-digest into master
Files
7
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-nextstable.yml"
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
Loading