Skip to content

Commit

Permalink
test: Disable Complement Crypto for a short period.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 26, 2024
1 parent 4b2464b commit fa4ddde
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,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
Expand Down

0 comments on commit fa4ddde

Please sign in to comment.