This is an automated email from the ASF dual-hosted git repository.

ivila pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git

commit f45bc89d5d96829b4b4d7748f8fc50a5f10026e0
Author: ivila <[email protected]>
AuthorDate: Thu Jul 3 17:49:29 2025 +0800

    ci: optee-teec&optee-utee: enable doctest
    
    Signed-off-by: Zehui Chen <[email protected]>
    Acked-by: Yuan Zhuang <[email protected]>
---
 .github/workflows/reuse_test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/reuse_test.yml b/.github/workflows/reuse_test.yml
index bdc9ac6..5a859d3 100644
--- a/.github/workflows/reuse_test.yml
+++ b/.github/workflows/reuse_test.yml
@@ -51,8 +51,8 @@ jobs:
           source environment
 
           # Run unit tests
-          (cd optee-utee && cargo test --lib --features no_panic_handler -vv)
-          (cd optee-teec && cargo test --lib -vv)
+          (cd optee-utee && cargo test --features no_panic_handler -vv)
+          (cd optee-teec && cargo test -vv)
           (cd optee-utee-build && cargo test -vv)
 
           # Build Rust optee-utee and optee-teec


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to