ZOOKEEPER-3987: Reduce fork count for tests to 1
Increase test stability by avoiding test failures due to port
collisions by preventing tests from running concurrently in
the GitHub Actions CI builds.
Author: Christopher Tubbs <ctubbsii@apache.org>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Damien Diederen <ddiederen@apache.org>
Closes #1606 from ctubbsii/reduce-forkCount
(cherry picked from commit c26f96c089f20902a39cb0088e68a5b58e35c024)
Signed-off-by: Damien Diederen <ddiederen@apache.org>