Skip to content

Commit

Permalink
Update CircleCI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekemist committed Aug 15, 2024
1 parent 568201c commit e2baf86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .circleci/tests.unit1.algorithms
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ tests.unit.modules.algorithms.algorithms.generate_sender
tests.unit.modules.algorithms.algorithms.generaten
tests.unit.modules.algorithms.algorithms.generaten_sender
tests.unit.modules.algorithms.algorithms.is_heap
tests.unit.modules.algorithms.algorithms.is_heap_sender
tests.unit.modules.algorithms.algorithms.is_heap_until
tests.unit.modules.algorithms.algorithms.is_heap_until_sender
tests.unit.modules.algorithms.algorithms.includes
tests.unit.modules.algorithms.algorithms.includes_sender
tests.unit.modules.algorithms.algorithms.inclusive_scan
Expand All @@ -93,3 +95,9 @@ tests.unit.modules.algorithms.algorithms.is_sorted_until
tests.unit.modules.algorithms.algorithms.is_sorted_until_sender
tests.unit.modules.algorithms.algorithms.lexicographical_compare
tests.unit.modules.algorithms.algorithms.lexicographical_compare_sender
tests.unit.modules.algorithms.algorithms.make_heap
tests.unit.modules.algorithms.algorithms.max_element
tests.unit.modules.algorithms.algorithms.max_element_sender
tests.unit.modules.algorithms.algorithms.merge
tests.unit.modules.algorithms.algorithms.min_element
tests.unit.modules.algorithms.algorithms.min_element_sender
11 changes: 5 additions & 6 deletions .circleci/tests.unit2.algorithms
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

tests.unit.modules.algorithms.algorithms.make_heap
tests.unit.modules.algorithms.algorithms.max_element
tests.unit.modules.algorithms.algorithms.max_element_sender
tests.unit.modules.algorithms.algorithms.merge
tests.unit.modules.algorithms.algorithms.min_element
tests.unit.modules.algorithms.algorithms.min_element_sender
tests.unit.modules.algorithms.algorithms.minmax_element
tests.unit.modules.algorithms.algorithms.minmax_element_sender
tests.unit.modules.algorithms.algorithms.mismatch
tests.unit.modules.algorithms.algorithms.mismatch_sender
tests.unit.modules.algorithms.algorithms.mismatch_binary
tests.unit.modules.algorithms.algorithms.mismatch_binary_sender
tests.unit.modules.algorithms.algorithms.move
tests.unit.modules.algorithms.algorithms.move_sender
tests.unit.modules.algorithms.algorithms.nth_element
Expand Down Expand Up @@ -66,6 +62,7 @@ tests.unit.modules.algorithms.algorithms.stable_partition
tests.unit.modules.algorithms.algorithms.stable_sort
tests.unit.modules.algorithms.algorithms.stable_sort_exceptions
tests.unit.modules.algorithms.algorithms.starts_with
tests.unit.modules.algorithms.algorithms.starts_with_sender
tests.unit.modules.algorithms.algorithms.swapranges
tests.unit.modules.algorithms.algorithms.swapranges_sender
tests.unit.modules.algorithms.algorithms.transform
Expand All @@ -77,7 +74,9 @@ tests.unit.modules.algorithms.algorithms.transform_binary2_sender
tests.unit.modules.algorithms.algorithms.transform_exclusive_scan
tests.unit.modules.algorithms.algorithms.transform_inclusive_scan
tests.unit.modules.algorithms.algorithms.transform_reduce
tests.unit.modules.algorithms.algorithms.transform_reduce_sender
tests.unit.modules.algorithms.algorithms.transform_reduce_binary
tests.unit.modules.algorithms.algorithms.transform_reduce_binary_sender
tests.unit.modules.algorithms.algorithms.transform_reduce_binary_exception
tests.unit.modules.algorithms.algorithms.transform_reduce_binary_bad_alloc
tests.unit.modules.algorithms.algorithms.uninitialized_copy
Expand Down

0 comments on commit e2baf86

Please sign in to comment.