From 607feee91671d8af1f6f793ae7964aa9aeacd82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 5 Jul 2024 17:41:01 +0300 Subject: [PATCH] github: fun with workflows --- .github/workflows/go.yml | 3 ++- tests/consensus_specs_test.go | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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