github.com/RyanSiu1995/gcb-visualizer@v1.0.2-0.20211121083050-f618fa372726/Makefile (about)

     1  .PHONY: build
     2  build:
     3  	go build -ldflags="-s -w"
     4  
     5  .PHONY: tests
     6  tests:
     7  	go test -coverprofile coverage.out -count=1 ./...