We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-blocking question: Can we make the output more verbose?
The CI logs contain only the output from line 33:
Checking hello_world exercise... Checking leap exercise... Checking reverse_string exercise... Checking space_age exercise...
So it's not fully reassuring that the every test case does actually run. It would be nice to not just rely on the exit code.
Originally posted by @ee7 in #10 (comment)
The text was updated successfully, but these errors were encountered:
Might be able to use something like v test . for this?
Sorry, something went wrong.
57faa45
fix: make testing more verbose with -stats (exercism#37) (fixes exerc…
72f83ca
…ism#12)
No branches or pull requests
The CI logs contain only the output from line 33:
So it's not fully reassuring that the every test case does actually run. It would be nice to not just rely on the exit code.
Originally posted by @ee7 in #10 (comment)
The text was updated successfully, but these errors were encountered: