Skip to content

Commit 66743f5

Browse files
authored
Merge pull request #3654 from Hywan/fix-complement-crypto
test(crypto): Restore Complement crypto since it's been updated
2 parents 03d4a30 + a82a1f5 commit 66743f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/bindings_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ jobs:
177177
- name: Build Framework
178178
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios
179179

180-
# complement-crypto:
181-
# name: "Run Complement Crypto tests"
182-
# uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main
183-
# with:
184-
# use_rust_sdk: "." # use local checkout
185-
# use_complement_crypto: "MATCHING_BRANCH"
180+
complement-crypto:
181+
name: "Run Complement Crypto tests"
182+
uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main
183+
with:
184+
use_rust_sdk: "." # use local checkout
185+
use_complement_crypto: "MATCHING_BRANCH"
186186

187187
test-crypto-apple-framework-generation:
188188
name: Generate Crypto FFI Apple XCFramework

0 commit comments

Comments
 (0)