From 016d6deb850dc618f8ddd86911c3012f32976d61 Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Mon, 7 Apr 2025 16:31:38 +0200 Subject: [PATCH] ci: re-enable pkcs11-provider external test Signed-off-by: Ondrej Moris Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27602) --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f589eb9b2d..5381593cdf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -678,9 +678,8 @@ jobs: ./util/opensslwrap.sh version -c - name: test external oqs-provider run: make test TESTS="test_external_oqsprovider" - # Disabled temporarily: https://github.com/latchset/pkcs11-provider/pull/525#discussion_r1982805969 - # - name: test external pkcs11-provider - # run: make test TESTS="test_external_pkcs11_provider" VERBOSE=1 + - name: test external pkcs11-provider + run: make test TESTS="test_external_pkcs11_provider" VERBOSE=1 external-tests-pyca: runs-on: ubuntu-latest -- 2.47.2