You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
line 1: cannot unmarshal !!str `version...` into struct { Root string "yaml:\"root\"" }
The text was updated successfully, but these errors were encountered:
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).
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 forTestConsensusSpecBasics
are all failing with the same error.Reference:
![image](https://private-user-images.githubusercontent.com/34892434/352557510-7473996f-fa97-48ab-aff2-4c460ed31619.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzg0MDUsIm5iZiI6MTczOTE3ODEwNSwicGF0aCI6Ii8zNDg5MjQzNC8zNTI1NTc1MTAtNzQ3Mzk5NmYtZmE5Ny00OGFiLWFmZjItNGM0NjBlZDMxNjE5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA5MDE0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlNDAwYmE3Nzk0NjYwMjY4OTgzOWQwNzBiNDE3MTU5ZDBiMzI2MjE5MmM1ZGRiNzRiYzlhNzc0ODlmZGY0MDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YbermZg6fDt3lBcTknKzuWR4bjWoEZ1CcENBAUaz-G4)
The text was updated successfully, but these errors were encountered: