ci: Fix cbor check

This commit is contained in:
Łukasz Magiera 2020-08-24 12:28:22 +02:00
parent ce8b369419
commit 4e74e66903

View File

@ -257,6 +257,7 @@ jobs:
steps:
- install-deps
- prepare
- run: make deps
- run: go install golang.org/x/tools/cmd/goimports
- run: go install github.com/hannahhoward/cbor-gen-for
- run: go generate ./...