File: .gitlab-ci.yml

package info (click to toggle)
golang-ptutil 0.0~git20240710.6c4d8ed-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
test:
  image: golang
  script:
    - test -z "$(go fmt ./...)"
    - go vet ./...
    - go test -v ./...