packetgraph
packetgraph copied to clipboard
tests: make CI run tests in parallel
CI could have differents stages to:
- run style
- run tests
- build documentation
with stages, tests will be runned in parallel and CI should be faster to check commits.
see the travis documentation about stages.
thanks for the issue, we're working on this