diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 2bcab0fd3..32b86d26c 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -175,7 +175,7 @@ jobs: run: swift test - name: Build Framework - run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=dev + run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=release complement-crypto: name: "Run Complement Crypto tests"