Skip to content

Commit

Permalink
Update CircleCI targets
Browse files Browse the repository at this point in the history
Fly-by: Rebalance the two target lists
  • Loading branch information
zhekemist committed Jul 29, 2024
1 parent 79ba095 commit 9043ee2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
23 changes: 16 additions & 7 deletions .circleci/tests.unit1.algorithms
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,31 @@ tests.unit.modules.algorithms.algorithms.destroy_sender
tests.unit.modules.algorithms.algorithms.destroyn
tests.unit.modules.algorithms.algorithms.destroyn_sender
tests.unit.modules.algorithms.algorithms.ends_with
tests.unit.modules.algorithms.algorithms.ends_with_sender
tests.unit.modules.algorithms.algorithms.equal
tests.unit.modules.algorithms.algorithms.equal_sender
tests.unit.modules.algorithms.algorithms.equal_binary
tests.unit.modules.algorithms.algorithms.equal_binary_sender
tests.unit.modules.algorithms.algorithms.exclusive_scan
tests.unit.modules.algorithms.algorithms.exclusive_scan2
tests.unit.modules.algorithms.algorithms.exclusive_scan_exception
tests.unit.modules.algorithms.algorithms.exclusive_scan_bad_alloc
tests.unit.modules.algorithms.algorithms.exclusive_scan_validate
tests.unit.modules.algorithms.algorithms.fill
tests.unit.modules.algorithms.algorithms.fill_sender
tests.unit.modules.algorithms.algorithms.filln
tests.unit.modules.algorithms.algorithms.filln_sender
tests.unit.modules.algorithms.algorithms.find
tests.unit.modules.algorithms.algorithms.find_sender
tests.unit.modules.algorithms.algorithms.findend
tests.unit.modules.algorithms.algorithms.findend_sender
tests.unit.modules.algorithms.algorithms.findfirstof
tests.unit.modules.algorithms.algorithms.findfirstof_binary
tests.unit.modules.algorithms.algorithms.findfirstof_sender
tests.unit.modules.algorithms.algorithms.findif
tests.unit.modules.algorithms.algorithms.findif_sender
tests.unit.modules.algorithms.algorithms.findifnot
tests.unit.modules.algorithms.algorithms.findifnot_sender
tests.unit.modules.algorithms.algorithms.foreach
tests.unit.modules.algorithms.algorithms.foreach_executors
tests.unit.modules.algorithms.algorithms.foreach_prefetching
Expand All @@ -54,6 +63,7 @@ tests.unit.modules.algorithms.algorithms.foreach_scheduler
tests.unit.modules.algorithms.algorithms.foreachn
tests.unit.modules.algorithms.algorithms.foreachn_exception
tests.unit.modules.algorithms.algorithms.foreachn_bad_alloc
tests.unit.modules.algorithms.algorithms.foreachn_sender
tests.unit.modules.algorithms.algorithms.for_loop
tests.unit.modules.algorithms.algorithms.for_loop_exception
tests.unit.modules.algorithms.algorithms.for_loop_induction
Expand All @@ -65,21 +75,20 @@ tests.unit.modules.algorithms.algorithms.for_loop_reduction_async
tests.unit.modules.algorithms.algorithms.for_loop_sender
tests.unit.modules.algorithms.algorithms.for_loop_strided
tests.unit.modules.algorithms.algorithms.generate
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_until
tests.unit.modules.algorithms.algorithms.includes
tests.unit.modules.algorithms.algorithms.inclusive_scan
tests.unit.modules.algorithms.algorithms.inclusive_scan_exception
tests.unit.modules.algorithms.algorithms.inplace_merge
tests.unit.modules.algorithms.algorithms.is_partitioned
tests.unit.modules.algorithms.algorithms.is_partitioned_sender
tests.unit.modules.algorithms.algorithms.is_sorted
tests.unit.modules.algorithms.algorithms.is_sorted_sender
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.make_heap
tests.unit.modules.algorithms.algorithms.max_element
tests.unit.modules.algorithms.algorithms.merge
tests.unit.modules.algorithms.algorithms.min_element
tests.unit.modules.algorithms.algorithms.minmax_element
tests.unit.modules.algorithms.algorithms.mismatch
tests.unit.modules.algorithms.algorithms.mismatch_binary
tests.unit.modules.algorithms.algorithms.lexicographical_compare_sender
18 changes: 17 additions & 1 deletion .circleci/tests.unit2.algorithms
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
# 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_binary
tests.unit.modules.algorithms.algorithms.move
tests.unit.modules.algorithms.algorithms.nth_element
tests.unit.modules.algorithms.algorithms.none_of
Expand All @@ -14,6 +24,7 @@ tests.unit.modules.algorithms.algorithms.partial_sort_copy
tests.unit.modules.algorithms.algorithms.partition
tests.unit.modules.algorithms.algorithms.partition_copy
tests.unit.modules.algorithms.algorithms.reduce_
tests.unit.modules.algorithms.algorithms.reduce_sender
tests.unit.modules.algorithms.algorithms.reduce_by_key
tests.unit.modules.algorithms.algorithms.remove
tests.unit.modules.algorithms.algorithms.remove
Expand All @@ -24,12 +35,17 @@ tests.unit.modules.algorithms.algorithms.remove_if1
tests.unit.modules.algorithms.algorithms.remove_copy
tests.unit.modules.algorithms.algorithms.remove_copy_if
tests.unit.modules.algorithms.algorithms.replace
tests.unit.modules.algorithms.algorithms.replace_sender
tests.unit.modules.algorithms.algorithms.replace_if
tests.unit.modules.algorithms.algorithms.replace_if_sender
tests.unit.modules.algorithms.algorithms.replace_copy
tests.unit.modules.algorithms.algorithms.replace_copy_sender
tests.unit.modules.algorithms.algorithms.replace_copy_if
tests.unit.modules.algorithms.algorithms.replace_copy_if_sender
tests.unit.modules.algorithms.algorithms.reverse
tests.unit.modules.algorithms.algorithms.reverse_copy
tests.unit.modules.algorithms.algorithms.reverse_sender
tests.unit.modules.algorithms.algorithms.reverse_copy
tests.unit.modules.algorithms.algorithms.reverse_copy_sender
tests.unit.modules.algorithms.algorithms.rotate
tests.unit.modules.algorithms.algorithms.rotate_copy
tests.unit.modules.algorithms.algorithms.rotate_sender
Expand Down

0 comments on commit 9043ee2

Please sign in to comment.