Skip to content

Commit

Permalink
Add comment about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Feb 13, 2023
1 parent dfe73a2 commit 2796606
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions testing/ef_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))

# Custom fork choice tests from https://github.com/adiasg/consensus-specs
#
# Since these tests are private, we can't download them in this Makefile
# without adding an API key into the process, so we're just downloading
# the files manually. These files can be obtained from:
# Since these tests are private, we can't download them in this Makefile without
# adding an API key into the process, so we're just downloading the files
# manually and putting them in the root of the `testing/ef_tests` directory.
#
# These files can be obtained from:
# https://github.com/adiasg/consensus-specs/pull/18#issuecomment-1411070772
CUSTOM_FC_TESTS_TAG = 8e46b6f
CUSTOM_FC_TESTS_MAINNET_ARCHIVE = $(CUSTOM_FC_TESTS_TAG)-mainnet.tar.gz
Expand Down

0 comments on commit 2796606

Please sign in to comment.