Skip to content

Commit

Permalink
Fix make benchmark-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 4, 2024
1 parent 292f40d commit 8eff4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ unit-test: check-go

.PHONY: benchmark-test
benchmark-test: check-go
go test -v -run=^$ -bench=^Benchmark -timeout 20m `go list ./... | grep -v e2e`
go test -bench=. -run=^$ `go list ./... | grep -v /e2e`

.PHONY: fuzz-test
fuzz-test: check-go
Expand Down

0 comments on commit 8eff4d6

Please sign in to comment.