aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:00:59 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:00:59 -0400
commited6a328297a67b2512469311aa87411fffec0b1d (patch)
tree69eb53e660cb3cb8dc267828b21abcd0146c88b0 /changes
parentfaf89ec6c2e0db1ba82639c41a4c754751f4ce1d (diff)
parentc5ba8b62219c9e8b895eedc4806176dfe10478b2 (diff)
downloadtor-ed6a328297a67b2512469311aa87411fffec0b1d.tar.gz
tor-ed6a328297a67b2512469311aa87411fffec0b1d.zip
Merge branch 'mr_124_squashed' into maint-0.3.5
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.