How to display executed test count summary?

When a test fails Gradle prints a summary line at the end like:

15 tests completed, 1 failed

When all tests are successful however, this line isn’t printed. Is there a way to enable it being printed upon a successful test run as well?

I am using Gradle version 6.6.1, tests are run with JUnit and Spock Framework.