open-telemetry / opentelemetry-cpp

The OpenTelemetry C++ Client
https://opentelemetry.io/
Apache License 2.0
850 stars 403 forks source link

[CI] Simplify bazel CI setup #2645

Closed keith closed 4 months ago

keith commented 5 months ago

Doing bazel test //... is the same as doing a build first and then test. In some cases it might be better to do directly for increased parallelism.