diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:00:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:00:59 -0400 |
commit | ed6a328297a67b2512469311aa87411fffec0b1d (patch) | |
tree | 69eb53e660cb3cb8dc267828b21abcd0146c88b0 /changes | |
parent | faf89ec6c2e0db1ba82639c41a4c754751f4ce1d (diff) | |
parent | c5ba8b62219c9e8b895eedc4806176dfe10478b2 (diff) | |
download | tor-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_test | 4 |
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. |