Skip to content
Snippets Groups Projects
Commit ce6e4ea1 authored by godog's avatar godog
Browse files

Run tests via Gitlab CI

parent 693284d7
No related branches found
No related tags found
1 merge request!2Run tests via Gitlab CI
Pipeline #6308 passed
stages:
- test
run_tests:
stage: test
image: "debian:buster"
script:
- "apt update"
- "env DEBIAN_FRONTEND=noninteractive apt -y install golang git"
- "go test -v ./..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment