Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Run manifest image update unit tests in parallel #2681

Merged
merged 1 commit into from
Dec 11, 2019

Commits on Dec 11, 2019

  1. Run manifest image update unit tests in parallel

    I previously disabled parallel tests in 7d9e02d
    thinking it would fix the flaky unit tests in CircleCI.
    
    Parallelization wasn't the culprit. On the way I also found out
    that tests were not really running in parallel due to `t.Parallel()`
    being called after the test is run.
    2opremio committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    0b9e6c4 View commit details
    Browse the repository at this point in the history