From d7cd7b7c1a2b22a6689e3fce8fb6f72262598b98 Mon Sep 17 00:00:00 2001 From: Anton Kolesnikov Date: Mon, 22 Jan 2024 13:15:49 +0800 Subject: [PATCH] chore: fix CI (#96) --- Makefile | 2 +- example/timing.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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