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 b63e2bfad05a17eb0d9c0f06357a51585a40fb08 Author: ivila <[email protected]> AuthorDate: Tue May 6 17:09:40 2025 +0800 ci: remove useless env usage. 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 a2c8c2c..bdc9ac6 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 && SYS_BUILD_TYPE=unit_test cargo test --lib --features no_panic_handler -vv) - (cd optee-teec && SYS_BUILD_TYPE=unit_test cargo test --lib -vv) + (cd optee-utee && cargo test --lib --features no_panic_handler -vv) + (cd optee-teec && cargo test --lib -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]
