feat(tests): enable parallel execution of functional tests

This commit is contained in:
2026-01-13 17:46:03 +03:00
parent a90eef1cb2
commit fa17173e5c
5 changed files with 151 additions and 74 deletions

View File

@@ -139,7 +139,7 @@ do
./configure $features $*
$MAKE CC="${CC}"
$MAKE check
$MAKE check-functional-parallel
./profanity -v
$MAKE clean