Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: don't compile and test in parallel
While invoking `make -j2 test-addons` the rules `all` and `test-build` (as part of `build-addons`) would be run simultaneously. Avoid this by telling `make` to not run `build-addons` in parallel.
- Loading branch information