Skip to content

Commit

Permalink
tmp duty scheduler unit tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Aug 22, 2024
1 parent e7b9cfa commit 2c25da6
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 @@ -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:
Expand Down

0 comments on commit 2c25da6

Please sign in to comment.