Skip to content
Snippets Groups Projects

Update git.autistici.org/ai3/tools/replds digest to b6e6e3c

Merged renovate requested to merge renovate/git.autistici.org-ai3-tools-replds-digest into master
4 files
+ 7
17
Compare changes
  • Side-by-side
  • Inline
Files
4
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
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/debian/raw/master/common.yml"
- "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
Loading