serving icon indicating copy to clipboard operation
serving copied to clipboard

Add testing workflow for C++ tests

Open smokestacklightnin opened this issue 1 year ago • 0 comments

This PR adds a workflow that runs C++ tests using Bazel to run gtest.

There are currently build failures in some of the proto modules that prevent the tests from being run.

It's also worth noting that the tests take more than five hours to build on the GitHub runners.

Tests pass locally for me, but won't run on GitHub Actions until the build errors disappear.

smokestacklightnin avatar Oct 23 '24 21:10 smokestacklightnin