Skip to content

Commit

Permalink
default gw test to on
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Dec 3, 2024
1 parent 6e23615 commit 5d47396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ endfunction()

if (WORKFLOW_TESTS)
# List of tests to run
option(TEST_GSI "Enable the GFSv17 GSI tests" OFF)
option(TEST_GFS18 "Enable the GFSv18 Atmos JEDI tests" OFF)
option(TEST_AERO_LAND "Enable the GFSv17 Aero-Land JEDI tests" OFF)
option(TEST_GSI "Enable the GFSv17 GSI tests" ON)
option(TEST_GFS18 "Enable the GFSv18 Atmos JEDI tests" ON)
option(TEST_AERO_LAND "Enable the GFSv17 Aero-Land JEDI tests" ON)
option(TEST_MARINE "Enable the GFSv17 Marine JEDI tests" ON)
option(TEST_GFS17 "Enable the GFSv17 WCDA tests" OFF)
option(TEST_GFS17 "Enable the GFSv17 WCDA tests" ON)

# Setup the environement
set(HOMEgfs ${CMAKE_SOURCE_DIR}/../../..)
Expand Down

0 comments on commit 5d47396

Please sign in to comment.