From 26bbc5ee6132db937c53c5c5a454fccfd7f86fd3 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 7 Sep 2019 19:17:35 +0200 Subject: [PATCH] ci: rebuild core/legacy binaries when tests are changed, because we need them when we run tests --- ci/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.yml b/ci/build.yml index ff9baa6aff..6e9b468509 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -13,6 +13,7 @@ variables: - crypto/**/* - python/**/* - storage/**/* + - tests/**/* - tools/**/* - vendor/**/* @@ -25,6 +26,7 @@ variables: - legacy/**/* - python/**/* - storage/**/* + - tests/**/* - tools/**/* - vendor/**/*