Layr-Labs / eigenpod-proofs-generation

MIT License
21 stars 35 forks source link

bug: go test fails #159

Open aodhgan opened 2 hours ago

aodhgan commented 2 hours ago

running go test on master results in:

panic: open data/deneb_holesky_beacon_state_2227472.ssz: no such file or directory

goroutine 1 [running]:
github.com/Layr-Labs/eigenpod-proofs-generation_test.TestMain(0x140001b7cc0)
        /Users/aodhgan/eigenpod-proofs-generation/eigen_pod_proofs_test.go:37 +0x238
main.main()
        _testmain.go:63 +0x98
exit status 2
FAIL    github.com/Layr-Labs/eigenpod-proofs-generation 0.257s

since that test data file is not checked in

aodhgan commented 2 hours ago

ah i see its being pulled in here: https://github.com/Layr-Labs/eigenpod-proofs-generation/blob/master/.github/workflows/go_test.yml#L27

is this something we could do in the Makefile as part of setup or add a test recipe?