File: Makefile

package info (click to toggle)
golang-github-twin-health 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 6
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download
1
2
3
4
5
bench:
	go test -bench . -race

test:
	go test . -race