Checklist
flatpak-builder version
1.2.2
Flatpak version
1.12.5
How to reproduce
When a module with buildsystem make specifies run-tests true.
Expected Behavior
The test should run in parallel. There should be a -j$(nproc) in the make check command.
Actual Behavior
The test are not running in parallel.
Additional Information
No response
Checklist
flatpak-builder version
1.2.2
Flatpak version
1.12.5
How to reproduce
When a
modulewithbuildsystemmake specifiesrun-teststrue.Expected Behavior
The test should run in parallel. There should be a
-j$(nproc)in themake checkcommand.Actual Behavior
The test are not running in parallel.
Additional Information
No response