From 73a5b32a6871617ef55fa5d5bc12b670d3576e88 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 1 Sep 2020 11:11:05 +0300 Subject: [PATCH] Download binaries before running unit tests Signed-off-by: Lauri Nevala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 068116b3ba..54dcd6fc94 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ endif lint: yarn lint -test: +test: download-bins yarn test integration-linux: