From 4ca60d827657c95cc310107e6f5685074e63d0d7 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Tue, 17 Dec 2024 13:04:08 +0800 Subject: [PATCH] ci: remove duplicated KBS test case KBS Build with default feature and KBS build with built-in CoCo AS feature are the same, thus we delete the duplicated one and add more information. Signed-off-by: Xynnn007 --- .github/workflows/kbs-rust.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/kbs-rust.yml b/.github/workflows/kbs-rust.yml index 61b65770a..0d6aa1b30 100644 --- a/.github/workflows/kbs-rust.yml +++ b/.github/workflows/kbs-rust.yml @@ -52,11 +52,7 @@ jobs: sudo apt-get update sudo apt-get install -y libtdx-attest-dev libsgx-dcap-quote-verify-dev - - name: KBS Build [Default] - working-directory: kbs - run: make - - - name: KBS Build [Built-in CoCo AS] + - name: KBS Build [Default/Built-in CoCo AS] working-directory: kbs run: make