• moto's avatar
    Run tests in parallel with pytest-xdist (#807) · 1ecbc249
    moto authored
    Currently macOS CI job takes twice the time of linux unit tests.
    This PR uses `pytest-xdist` to run unit tests in parallel on macOS CI job. 
    
    Interestingly applying the same technique to linux unit tests make the test execution longer.
    So the change is only applied to macOS.
    
    macOS 27 mins -> 17 mins 😸
    linux 14 mins -> 1 hours 😾
    1ecbc249
run_test.sh 489 Bytes