github.com/mier85/go-sensor@v1.30.1-0.20220920111756-9bf41b3bc7e0/process/Makefile (about) 1 test: linux 2 3 GOVERSION ?= latest 4 linux: *.go 5 docker run --rm -v `pwd`/..:/go/src/github.com/mier85/go-sensor golang:$(GOVERSION) \ 6 /bin/bash -c "cd /go/src/github.com/mier85/go-sensor/process && go test" 7 8 .PHONY: test