Skip to content

Instantly share code, notes, and snippets.

@skatkov
Created November 28, 2023 10:48
run tests forever (until they fail)
while bundle exec rake test; do :; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment