Hey, i would love to run until my cmd fails, but how to do this? 馃槃 Currently i do it like this, but this runs `t` times and apparently ignore fails ` retry -t 10 -v -x 1 -- "bazel run //pkg/outbox/outbox_v1:outbox_v1_test;false"`
Hey, i would love to run until my cmd fails, but how to do this? 馃槃
Currently i do it like this, but this runs
ttimes and apparently ignore failsretry -t 10 -v -x 1 -- "bazel run //pkg/outbox/outbox_v1:outbox_v1_test;false"