From a82a1f505e91ecaebb18b0456b40324b03dcf537 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 4 Jul 2024 12:00:12 +0200 Subject: [PATCH] test(crypto): Restore Complement crypto since it's been updated. This patch restores Complement crypto since it's been updated to the latest version of the Rust SDK. --- .github/workflows/bindings_ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 2edd7d05c31..1578d84d440 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -110,12 +110,12 @@ jobs: - name: Build Framework run: target/debug/xtask swift build-framework --target=aarch64-apple-ios - # complement-crypto: - # name: "Run Complement Crypto tests" - # uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main - # with: - # use_rust_sdk: "." # use local checkout - # use_complement_crypto: "MATCHING_BRANCH" + complement-crypto: + name: "Run Complement Crypto tests" + uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main + with: + use_rust_sdk: "." # use local checkout + use_complement_crypto: "MATCHING_BRANCH" test-crypto-apple-framework-generation: name: Generate Crypto FFI Apple XCFramework