aboutsummaryrefslogtreecommitdiff
path: root/changes/parallel_unit_test
diff options
context:
space:
mode:
Diffstat (limited to 'changes/parallel_unit_test')
-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.