From c7379798a8f80ef9953af70d20c75cd04714bbe8 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Wed, 3 Jul 2024 17:02:21 -0400 Subject: [PATCH] nocapture --- .github/workflows/test-ffi-bindings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ffi-bindings.yml b/.github/workflows/test-ffi-bindings.yml index 35d1485cc..46a6f6e25 100644 --- a/.github/workflows/test-ffi-bindings.yml +++ b/.github/workflows/test-ffi-bindings.yml @@ -46,4 +46,4 @@ jobs: - name: Run cargo test on FFI bindings run: | export CLASSPATH="${{ env.CLASSPATH }}" - RUST_LOG=info,mls::tests=debug cargo test --manifest-path bindings_ffi/Cargo.toml -- --test-threads=2 + RUST_LOG=info,mls::tests=debug cargo test --manifest-path bindings_ffi/Cargo.toml -- --test-threads=2 --nocapture