diff --git a/Makefile b/Makefile index 57a1d00b44..f0507cb98c 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ integration-test: .PHONY: unit-test unit-test: @echo "Running unit tests" - @go test -tags blst_enabled -timeout 20m -race -covermode=atomic -coverprofile=coverage.out -p 1 `go list ./... | grep -ve "spectest\|integration\|ssv/scripts/"` + @go test -tags blst_enabled -timeout 20m -race -covermode=atomic -coverprofile=coverage.out -p 1 `go list ./operator/duties | grep -ve "spectest\|integration\|ssv/scripts/"` .PHONY: spec-test spec-test: