File: Makefile

package info (click to toggle)
golang-github-sendgrid-rest 2.6.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 11
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
7
.PHONY: test install

install:
	go get -t -v ./...

test: install
	go test -race -cover -v ./...