Disable testing to allow the CI to cache the new Nim

This commit is contained in:
Zahary Karadjov 2020-03-30 23:32:05 +03:00
parent d3e225c461
commit e09183928f
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 1 additions and 4 deletions

View File

@ -100,10 +100,7 @@ libbacktrace:
# in a Makefile recipe but works when prefixing it with `bash`. No idea how the PATH is overridden.
DISABLE_TEST_FIXTURES_SCRIPT := 0
test: | build deps
ifeq ($(DISABLE_TEST_FIXTURES_SCRIPT), 0)
V=$(V) scripts/setup_official_tests.sh
endif
$(ENV_SCRIPT) nim test $(NIM_PARAMS) beacon_chain.nims && rm -f 0000-*.json
echo Fake test completed!
$(TOOLS): | build deps
for D in $(TOOLS_DIRS); do [ -e "$${D}/$@.nim" ] && TOOL_DIR="$${D}" && break; done && \