All Questions
Tagged with bazel-python parallel-processing
1 question
1
vote
0
answers
164
views
is there a way to run bazel tests in required sequence?
how to enforce bazel test targets to run in specific order on CI builds? because test results of one depends on another tetss results?
I have four targets init,up,down,rm and I want to run the tests ...