Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: go test fails #159

Open
aodhgan opened this issue Nov 5, 2024 · 1 comment
Open

bug: go test fails #159

aodhgan opened this issue Nov 5, 2024 · 1 comment

Comments

@aodhgan
Copy link

aodhgan commented Nov 5, 2024

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
Copy link
Author

aodhgan commented Nov 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant