File: circle.yml

package info (click to toggle)
golang-github-voxelbrain-goptions 2.5.11-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
test:
  override:
    - go list -f "{{range .TestImports}}{{.}} {{end}}" . | xargs -r go get
    - go test