Skip to content

Commit

Permalink
chore: fix CI (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Jan 22, 2024
1 parent 097afca commit d7cd7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/timing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"math/rand"
"time"

"github.com/pyroscope-io/client/pyroscope"
"github.com/grafana/pyroscope-go"
)

//go:noinline
Expand Down

0 comments on commit d7cd7b7

Please sign in to comment.