aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:01:37 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:01:37 -0400
commitb5a88e8d478e553eb7c6bc022d47a084d6845e64 (patch)
tree3c732b1416482d77a6f52010db80f676d0a96a9c /changes
parentbeffad8529c9b603bcf6b6e720747f6210c5c25c (diff)
parented6a328297a67b2512469311aa87411fffec0b1d (diff)
downloadtor-b5a88e8d478e553eb7c6bc022d47a084d6845e64.tar.gz
tor-b5a88e8d478e553eb7c6bc022d47a084d6845e64.zip
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r--changes/parallel_unit_test4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/parallel_unit_test b/changes/parallel_unit_test
new file mode 100644
index 0000000000..79de28636d
--- /dev/null
+++ b/changes/parallel_unit_test
@@ -0,0 +1,4 @@
+ o Minor features (tests):
+ - Our "make check" target now runs the unit tests in 8 parallel chunks.
+ Doing this speeds up hardened CI builds by more than a factor of two.
+ Closes ticket 40098.