Skip to content

Commit

Permalink
ci: let cc-kbc ci cover trigger unit tests of cc-kbc
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 authored and fitzthum committed Jul 17, 2023
1 parent 37bff8c commit f48fb31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/aa_cc_kbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ jobs:
# We are getting error in generated code due to derive_partial_eq_without_eq check, so ignore it for now
args: -p kbc --all-targets --features cc_kbc,all-attesters,rust-crypto -- -D warnings -A clippy::derive_partial_eq_without_eq

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --features cc_kbc,all-attesters,rust-crypto -p kbc

0 comments on commit f48fb31

Please sign in to comment.