Run all C++ tests from a single executable (#3582)
This commit is contained in:
committed by
GitHub
parent
4ff63a7960
commit
c719cce4f1
@@ -27,5 +27,5 @@ RUN cmake --install build
|
||||
RUN task --version
|
||||
|
||||
# Setup tests
|
||||
RUN cmake --build build --target build_tests -j 8
|
||||
RUN cmake --build build --target test_runner -j 8
|
||||
CMD ctest --test-dir build -j 8 --output-on-failure --rerun-failed
|
||||
|
||||
Reference in New Issue
Block a user