bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
278 stars 85 forks source link

Fix compile only aspect for swift_test targets #775

Closed luispadron closed 1 year ago

luispadron commented 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.

This fixes it by including swift_test as a possible rule kind.