Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed May 28, 2024
1 parent 691d3f1 commit 5bc1594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5bc1594

Please sign in to comment.