Skip to content

Commit

Permalink
Change RUN_GW_CI to WORKFLOW_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA authored Nov 5, 2024
1 parent e4357c4 commit d0f0b80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ function(add_cycling_tests pslot YAML_PATH HOMEgfs RUNTESTS PROJECT_SOURCE_DIR T
endforeach()
endfunction()

option(RUN_GW_CI "Enable the global-workflow CI tests" OFF)
if (RUN_GW_CI)
if (WORKFLOW_TESTS)
# Setup the environement
set(HOMEgfs ${CMAKE_SOURCE_DIR}/../../..)
set(RUNTESTS ${CMAKE_CURRENT_BINARY_DIR}/../../test/gw-ci)
Expand Down

0 comments on commit d0f0b80

Please sign in to comment.