aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 01a7abea763926ab0f1e57be8818b7c22d049186 (plain)
1
2
3
4
5
image: golang:1.17.0-buster

skate_tests:
    script:
        - cd skate && go test -cover -v && cd -