diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0e257a8..70aed27 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -56,5 +56,5 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} + run: ctest -C ${{env.BUILD_TYPE}} -R BasicRendererTest