Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ add_test(NAME test_gdasapp_check_yaml_keys

if (${BUILD_GDASBUNDLE})
add_subdirectory(snow) # snow da tests
add_subdirectory(gw-ci) # subset of the global-workflow ci tests
if (WORKFLOW_TESTS)
add_subdirectory(gw-ci) # subset of the global-workflow ci tests
endif()
endif()

# gdas atm tests
Expand Down