MIX_ENV=test mix limbo.high This will run tests and save commits if/when the test passes, and NOTHING if test fails
MIX_ENV=test mix limbo.high
MIX_ENV=test mix limbo.low This will run tests and save commits if/when the test passes, and REVERT if test fails
MIX_ENV=test mix limbo.low
mix limbo.pull_push This will push commits to the trunk whenever they are created by mix limbo.test which you can run occasionally manually in another terminal window
mix limbo.pull_push
mix limbo.test