cpp-best-practices / cpp-best-practices/cmake_template
ctest run tests from dependencies
Open
- Dominant language
- CMake
- Stars
- 1.8k
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
```
ctest -C ${{matrix.build_type}} -j ${{env.nproc}}
```
In the CI runs every test from all dependencies, I realized that it imports almost a thousand tests from Eigen.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.