From: Neil Horman Date: Thu, 3 Apr 2025 21:52:44 +0000 (-0400) Subject: Revert "Temporarily disable gost-engine tests in ci" X-Git-Tag: openssl-3.4.2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2281cd45a48f7b781e60a74b9bb0a214e37e626;p=thirdparty%2Fopenssl.git Revert "Temporarily disable gost-engine tests in ci" This reverts commit db9771b5a056d939b6112cdc099fbf4f86d184ee. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (cherry picked from commit 172076029c0bbb188e321f5832f6a15971834e90) Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/27337) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1228451ac..04fac81f758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -643,8 +643,8 @@ jobs: run: | cat /proc/cpuinfo ./util/opensslwrap.sh version -c -# - name: test external gost-engine -# run: make test TESTS="test_external_gost_engine" + - name: test external gost-engine + run: make test TESTS="test_external_gost_engine" - name: test external krb5 run: make test TESTS="test_external_krb5" - name: test external_tlsfuzzer