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

Unit tests failing #14

Open
PyAgni opened this issue Jul 26, 2024 · 2 comments
Open

Unit tests failing #14

PyAgni opened this issue Jul 26, 2024 · 2 comments

Comments

@PyAgni
Copy link

PyAgni commented Jul 26, 2024

I cloned the repo locally for working on #12, and tried running go test ./tests at the root directory, but it looks like unit tests for TestConsensusSpecBasics are all failing with the same error.

Reference:
image

line 1: cannot unmarshal !!str `version...` into struct { Root string "yaml:\"root\"" }

image

@karalabe
Copy link
Owner

There's an open PR that's almost done #15, so no need to do the work again :)

That said, the error I think is due to the submodule checkout requiring git LFS enabled to download the files from the test repo.

@karalabe
Copy link
Owner

I should probably look into that and make a note of it in the README os somewhere about exactly how it should be configured. (I just have it globally enabled for various repos so it "just works" for me).

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

2 participants