• Joshua Gutow's avatar
    Disable parallel op-e2e tests in CI (#3979) · f7410440
    Joshua Gutow authored
    Running them sequentially actually turns out to be faster. In addition it
    turns out to be very hard to split the tests properly. `go list ./...` which
    was the previous approach splits them by package, but we need to split them
    by test name. Using `circleci tests glob "**/*.go"` did not work either
    becaue it was combining files from different packages.
    f7410440
Name
Last commit
Last update
..
config.yml Loading commit data...