Closed luispadron closed 1 year ago
The compile only aspect target would not compile any targets created in swift_test. This would lead to green builds when there were in fact build errors.
swift_test
This fixes it by including swift_test as a possible rule kind.
The compile only aspect target would not compile any targets created in
swift_test
. This would lead to green builds when there were in fact build errors.This fixes it by including
swift_test
as a possible rule kind.