aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 63f339df48b2ad9376d4632ec06fdba4889782eb (plain)
1
2
3
4
5
6
7
8
9
stages:
  - test

run_tests:
  stage: test
  image: "golang:latest"
  script: "go test -v ./..."