Skip to content
Snippets Groups Projects
Commit a04adf95 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] use parallelism in quicktest by default

parent 242c24d2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
: ${PYTEST_PARALLEL=auto}
cd $FINN_ROOT
python setup.py test --addopts "-m 'not (vivado or slow)'"
python setup.py test --addopts "-m 'not (vivado or slow)' --dist=loadfile -n $PYTEST_PARALLEL"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment