Skip to content

Commit

Permalink
ci: remove duplicated KBS test case
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 19, 2024
1 parent 767f146 commit 4ca60d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/kbs-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ca60d8

Please sign in to comment.