aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-08-19 13:56:34 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2020-08-19 13:56:34 +0300
commit4e3f55fba1690a63942c0415953cbc1eaf30b360 (patch)
treefad01a621189f06caee6b34d2da8ad5d045f4ea8 /changes
parent1089ac6f2275e5d6b62debb5dd05a936fdbad6a7 (diff)
parentb1b007967599ccac2de91aa36d3a11a9bcb4ffdb (diff)
downloadtor-4e3f55fba1690a63942c0415953cbc1eaf30b360.tar.gz
tor-4e3f55fba1690a63942c0415953cbc1eaf30b360.zip
Merge branch '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.