### Problem Statement Currently only one CPU core is used locally. Use all CPU/Memory available. ### Solution Brainstorm Also make sure that tests run in Github Actions are run in parallel. For tox: --parallel (run num-of-cpu environments in parallel)
Problem Statement
Currently only one CPU core is used locally. Use all CPU/Memory available.
Solution Brainstorm
Also make sure that tests run in Github Actions are run in parallel.
For tox: --parallel (run num-of-cpu environments in parallel)