diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index adeb08a..64bd369 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - + lfs: 'true' + - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v5 with: diff --git a/tests/consensus_specs_test.go b/tests/consensus_specs_test.go index 7ff028a..992f920 100644 --- a/tests/consensus_specs_test.go +++ b/tests/consensus_specs_test.go @@ -153,7 +153,6 @@ 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(string(inYAML)) t.Fatalf("failed to parse yaml root: %v", err) } // Do a decode/encode round. Would be nicer to parse out the value