Skip to content

Instantly share code, notes, and snippets.

@skatkov
Created November 28, 2023 10:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skatkov/12617ad1fe45a1fc76bcac05e922868c to your computer and use it in GitHub Desktop.
Save skatkov/12617ad1fe45a1fc76bcac05e922868c to your computer and use it in GitHub Desktop.
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