From 8d7f3fbd1508dca2fbb5ab03ad633f5da4447ba8 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 20 Sep 2021 16:03:26 +0200 Subject: [PATCH] ci: include whole build/unix/ subdir for rust_test to consume --- ci/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/build.yml b/ci/build.yml index edfa77861..5b165cd0d 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -96,9 +96,7 @@ core unix regular build: artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: - - core/build/unix/trezor-emu-core - - core/build/unix/genhdr/qstrdefs.generated.h # needed by test_rust - - core/build/unix/rust # needed by test_rust + - core/build/unix # most of it needed by test_rust expire_in: 1 week core unix frozen regular build: