From 01a5f43b6e6b3598e110dc364c2139f08cc7b4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 4 Apr 2020 16:01:39 +0200 Subject: [PATCH] Azure: re-enable tests --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f92930c6a..66002be60 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,9 +64,9 @@ jobs: git submodule --quiet update --init --recursive scripts/setup_official_tests.sh jsonTestsCache mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} CI_CACHE=NimBinaries update - #mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} fetch-dlls - #mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE - #mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE NIMFLAGS="-d:testnet_servers_image" - #file build/beacon_node - #mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} DISABLE_TEST_FIXTURES_SCRIPT=1 test + mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} fetch-dlls + mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE + mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE NIMFLAGS="-d:testnet_servers_image" + file build/beacon_node + mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} DISABLE_TEST_FIXTURES_SCRIPT=1 test displayName: 'build and test'