File: test

package info (click to toggle)
golang-github-ensighten-udnssdk 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 248 kB
  • sloc: sh: 9; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
script/bootstrap
go fmt
go vet ./...
golint ./...
go test ./...