-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
In addition to CMake build parameters, workflows should allow CTest parameters to be set such that invalid tests can be explicitly excluded from impacting CI results, etc.
See example of CTest parameters at https://github.com/InsightSoftwareConsortium/ITKElastix/blob/main/.github/workflows/build-test-package.yml#L139
ctest -E elastix_run --output-on-failure -j 2 -V -S dashboard.cmake -E "elastix_run_example_COMPARE_IM|elastix_run_3DCT_lung.MI.bspline.ASGD.001_COMPARE_TP|elastix_run_3DCT_lung.NMI.bspline.ASGD.001_COMPARE_TP|TransformixTest"
Metadata
Metadata
Assignees
Labels
No labels