Skip to content

Commit

Permalink
tests: debugging github flows
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jul 5, 2024
1 parent f0a08f4 commit 67f687b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/consensus_specs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func testConsensusSpecType[T newableObject[U], U any](t *testing.T, kind string,
Root string `yaml:"root"`
}{}
if err = yaml.Unmarshal(inYAML, &inRoot); err != nil {
t.Log(inYAML)
t.Fatalf("failed to parse yaml root: %v", err)
}
// Do a decode/encode round. Would be nicer to parse out the value
Expand Down

0 comments on commit 67f687b

Please sign in to comment.