From 819bb6d21d454974930281ccafb94f71478a9bfd Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 24 Jul 2020 01:55:58 +0800 Subject: [PATCH] Use Milagro BLS in CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ef25289e..f5cb1c702 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ find_test: pyspec citest: pyspec mkdir -p tests/core/pyspec/test-reports/eth2spec; . venv/bin/activate; cd $(PY_SPEC_DIR); \ - python -m pytest -n 4 --disable-bls --junitxml=eth2spec/test_results.xml eth2spec + python -m pytest -n 4 --bls-type=milagro --junitxml=eth2spec/test_results.xml eth2spec open_cov: ((open "$(COV_INDEX_FILE)" || xdg-open "$(COV_INDEX_FILE)") &> /dev/null) &