From 8d8c36f4835bb4f358c3fc108907a9d82de09d05 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Mon, 15 Jul 2024 15:13:50 +0800 Subject: [PATCH] fixup! fixup! Support cryptography module --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cfecc79..0e354d7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -55,12 +55,12 @@ jobs: run : | OPENSSL_DIR=${RUNNER_TEMP}/tongsuo DEP_OPENSSL_TONGSUO=1 - cargo build --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo,git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' + cargo build --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' - name: Run tests run : | OPENSSL_DIR=${RUNNER_TEMP}/tongsuo DEP_OPENSSL_TONGSUO=1 - cargo test --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo,git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' + cargo test --verbose --features crypto_adaptor_tongsuo --no-default-features --config 'patch.crates-io.openssl.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' --config 'patch.crates-io.openssl-sys.git="https://github.com/Tongsuo-Project/rust-tongsuo.git"' unix-mysql-test: strategy: