We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.2
1.12.5
When a module with buildsystem make specifies run-tests true.
module
buildsystem
run-tests
The test should run in parallel. There should be a -j$(nproc) in the make check command.
-j$(nproc)
make check
The test are not running in parallel.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
flatpak-builder version
1.2.2
Flatpak version
1.12.5
How to reproduce
When a
module
withbuildsystem
make specifiesrun-tests
true.Expected Behavior
The test should run in parallel. There should be a
-j$(nproc)
in themake check
command.Actual Behavior
The test are not running in parallel.
Additional Information
No response
The text was updated successfully, but these errors were encountered: