swift_test not executed with v3.4.1 anymore
Since 3.4.0 no tests are executed with `bazel test` command. Maybe due to discovery issue?
Even example tests
```
$ bazel test :MixedTests
...
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //examples/apple/mixed_language:MixedTests
-----------------------------------------------------------------------------
Test run started.
Testing Library Version: 1501
Target Platform: arm64e-apple-macos14.0
Test run with 0 tests in 0 suites passed after 0.001 seconds.
ERROR: No tests were executed
```
My setup MacOS 26.2, Xcode 26.2(17C52), Swift 6.2.3.
13 条评论