Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problems with make check (#7433)
This fixes two problems: 1. Allow `make check -j20` to work, by disabling parallelism. This was reported by a user in #7432 2. Actually run all the tests by forwarding to `make check` instead of `check-full`, because confusingly `check-full` does not run all the tests.
- Loading branch information