diff --git a/Makefile b/Makefile index 45c0e10..abbaf43 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TEST_PACKAGES := ./... ./godeltaprof/compat/... ./godeltaprof/... .PHONY: test test: - go test -race $(shell go list $(TEST_PACKAGES)) + go test -race $(shell go list $(TEST_PACKAGES) | grep -v /example) .PHONY: go/mod go/mod: diff --git a/example/timing.go b/example/timing.go index b11fbfc..c163041 100644 --- a/example/timing.go +++ b/example/timing.go @@ -6,7 +6,7 @@ import ( "math/rand" "time" - "github.com/pyroscope-io/client/pyroscope" + "github.com/grafana/pyroscope-go" ) //go:noinline