-
-
Save gustin/4170053 to your computer and use it in GitHub Desktop.
Handy little command to run all the tests that I've changed since the last commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git status --porcelain | grep 'test' | grep -v 'factories' | cut -c4- | sort | uniq | xargs zeus test |
actually, the more i think about it, this is perfect!
figured out my zeus issues btw. it's still running my tests twice though, but it's all good. for now, anyways.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice! i'm just gettin to using zeus. trying to get my custom plan setup. at least i think that's where i'm having issues.