Skip to content

Commit

Permalink
github: fun with workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jul 5, 2024
1 parent f0fc0a9 commit 607feee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion tests/consensus_specs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 607feee

Please sign in to comment.