From 2c25da6a88ea26af3f1ed7c600c6aaff53d24c79 Mon Sep 17 00:00:00 2001 From: olegshmuelov <45327364+olegshmuelov@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:37:59 +0300 Subject: [PATCH] tmp duty scheduler unit tests only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: