summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-08-19 13:55:07 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2020-08-19 13:55:07 +0300
commitb1b007967599ccac2de91aa36d3a11a9bcb4ffdb (patch)
tree538485882a30d20d273023cc40cac2fe4007926e /changes
parentdeea19637006dd9bf65431acf2e15f96f3209602 (diff)
parent974abdf6325be29f04fcb3b332dce2bb3ac15a9c (diff)
downloadtor-b1b007967599ccac2de91aa36d3a11a9bcb4ffdb.tar.gz
tor-b1b007967599ccac2de91aa36d3a11a9bcb4ffdb.zip
Merge branch 'mr/124' into maint-0.4.4
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.