Last active
March 27, 2018 17:39
-
-
Save rupurt/cdbafc3b8081d525e2dd903e1c3773c4 to your computer and use it in GitHub Desktop.
Run go tests on with fswatch
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
fswatch -0 -r -e ".*/4913" -e ".*/\.git/.*" . | tee /tmp/fswatch-changes | xargs -0 -n 1 -I {} richgo test ./... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO:
chainlink/web/4913
,chainlink/web/job_specs_controller_test.go
SOstderr
tostdout