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

Add test stage to CI

parent d1c1632e
Branches
No related tags found
No related merge requests found
Pipeline #14925 passed
include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml"
stages:
- test
- build
- release
test:
stage: test
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.16
script:
- go test -v ./...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment