Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing testfile while realize is running doesn't detect errors #242

Open
marcelloh opened this issue Mar 21, 2019 · 0 comments
Open

changing testfile while realize is running doesn't detect errors #242

marcelloh opened this issue Mar 21, 2019 · 0 comments

Comments

@marcelloh
Copy link

Steps to reproduce
Have a testfile that fails with a normal go test ./...
do realize start
it will try until you fix the test

fix the test
realize will continue
now break the test again
realize will notice a file change, does make a new build, but forgets to test before
effect: an untested build with a possible error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant