diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index f131ff79..f099c982 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: ${{ github.event_name != 'push' }} env: - SEQAN3_NO_VERSION_CHECK: 1 + SHARG_NO_VERSION_CHECK: 1 TZ: Europe/Berlin defaults: diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 6374361c..7b8ad885 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -12,7 +12,7 @@ include (diagnostics/list_missing_unit_tests) include (diagnostics/list_unused_unit_tests) include (include_dependencies/add_include_dependencies) -option (SHARG_VERBOSE_TESTS "Run each test case individually" ON) +option (SHARG_VERBOSE_TESTS "Run each test case individually" OFF) option (SHARG_USE_INCLUDE_DEPENDENCIES "Build tests in an hierarchical order (by an include graph, i.e. tests with less dependencies are build first)" OFF)