ssz icon indicating copy to clipboard operation
ssz copied to clipboard

Add spec tests in CI

Open wemeetagain opened this issue 4 years ago • 0 comments

We need the @chainsafe/lodestar-types package to run spec tests.

A fix for this will likely look like:

  • a new github action to run on pull_request
  • clone lodestar monorepo, from master
  • yarn links the current ssz repo
  • build lodestar (if possible, just up to lodestar-config)
  • run lerna run test:ssz from the lodestar monorepo

wemeetagain avatar Jul 09 '20 18:07 wemeetagain