Run tests in parallel or only some with a filter
`make check JOBS=4` will spawn 4 workers and spread the tests among them. `make check FILTER=try` will only run tests that contain `try` in their name.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
||||
*.kdev4
|
||||
/.kdev4
|
||||
__pycache__
|
||||
tests-out
|
Reference in New Issue
Block a user