From 5bc15940416d28a582037356612c6cf0442a455e Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Tue, 28 May 2024 12:58:11 +0000 Subject: [PATCH] ... --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e10c71f7a..c2fdf7b81 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -138,8 +138,8 @@ if (${BUILD_GDASBUNDLE}) add_subdirectory(fv3jedi) # fv3jedi tests add_subdirectory(soca) # soca tests add_subdirectory(snow) # snow da tests - option(RUNGWCI "Enable GWCI tests" OFF) - if (RUNGWCI) + option(RUN_GW_CI "Enable the global-workflow CI tests" OFF) + if (RUN_GW_CI) add_subdirectory(gw-ci) # subset of the global-workflow ci tests endif()