From cc1d8a48ab41c38ea761cdcf83e93ad6c8ffadbd Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Wed, 30 Aug 2023 12:45:40 +0300 Subject: [PATCH] fix --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f35a4f39bf..f27f416e35 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -137,6 +137,9 @@ jobs: --exclude vit-servicing-station-server \ --exclude vit-servicing-station-tests \ --exclude vit-servicing-station-lib \ + # we are excluding cat-dat-service and event-db because we are already running it with Earthly + --exclude cat-data-service \ + --exclude event-db \ --archive-file nextest-archive.tar.zst - name: Save test archive