Skip to content

Commit

Permalink
Try to build all parallel unit tests even if partitioned vector tests…
Browse files Browse the repository at this point in the history
… fail
  • Loading branch information
msimberg committed Mar 19, 2018
1 parent efb3b14 commit 90ec92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -305,6 +305,7 @@ jobs:
# We need to compile some tests serially because they eat too much
# memory
command: |
set +e
make -j1 tests.unit.parallel.segmented_algorithms.partitioned_vector_for_each
make -j1 tests.unit.parallel.segmented_algorithms.partitioned_vector_transform
make -j1 tests.unit.parallel.segmented_algorithms.partitioned_vector_transform_binary
Expand Down

0 comments on commit 90ec92e

Please sign in to comment.