Created by: navkast
When someone runs buck test --build-only
, this builds all of the test targets. The goal is to allow building all test targets without actually running the tests.
Is this functionality duplicated elsewhere?
Created by: navkast
When someone runs buck test --build-only
, this builds all of the test targets. The goal is to allow building all test targets without actually running the tests.
Is this functionality duplicated elsewhere?