-
Notifications
You must be signed in to change notification settings - Fork 61
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
Separate out the unit tests from the integration tests #340
Comments
Hi @kcalvinalvin, I am new to this project and want to contribute, this seems like a good first issue to me. |
Also fixed the test job for the fuzz. Refer: https://github.com/samay-kothari/utreexo/actions/runs/1904007542 |
Hey Samay, that looks good but the backwards integration test is failing because it's not finding any github artefacts.
I think that's the only thing that's missing. Could you make a PR for this and we can review it there. |
Right now the repository states that all tests are failing which is not true. All the unit tests in the accumulator library are passing, the integration tests in
test/
are failing.The github actions file could be modified so that the unit tests have a separate checkmark from the integration tests. The file at: https://github.com/mit-dci/utreexo/blob/master/.github/workflows/go.yml should be modified to achieve this.
The text was updated successfully, but these errors were encountered: