Skip to content
Snippets Groups Projects
Unverified Commit 7cb6fb94 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

- do not run surrogate_test as part of production tests

  - they take quite a long time to run and should be run only in the CI
    in a separate step.
parent a6124673
Branches
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ add_subdirectory(common)
# --------------------------------------------------------------------------------------------------
# Add Compile Tests
# --------------------------------------------------------------------------------------------------
tora_surrogate_check(libtestzell "surrogate_test,production.test")
tora_surrogate_check(libtestzell "surrogate_test")
if(BUILD_SOURCE)
tora_surrogate_check(libzell "surrogate_test,production.test")
tora_surrogate_check(libzell "surrogate_test")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment