-
Notifications
You must be signed in to change notification settings - Fork 696
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
Make 'cargo test' work #51
Comments
Agreed that should be better to use a rust harness though. |
Then maybe remove the tests that are not expected to pass? They’ll be in the git history when it’s time to bring them back. |
I think we need a better story than we currently have for running tests, if only for potential contributors and newcomers to this code base. Right now, I run This is not friendly for contributors. We need a much better story here. |
At least some of the reason is that 9f78ea9 did not update test expectations.
Once this is fixed,
cargo test
should be added to.travis.yml
.The text was updated successfully, but these errors were encountered: