From: Felipe Gasper Date: Tue, 6 Dec 2022 19:38:21 +0000 (-0500) Subject: Enable CI testing for macOS. X-Git-Tag: release-1.8.4-rc1~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca480a7d972c7ec72fa5b0d947165edbffbee1f;p=thirdparty%2Fldns.git Enable CI testing for macOS. --- diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 69594e9a..e8108481 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -33,7 +33,4 @@ jobs: # macOS’s system OpenSSL (LibreSSL, actually) isn’t meant for linking, # and Homebrew’s# OpenSSL isn’t CI-friendly. So build without OpenSSL. - run: ./configure --without-ssl --disable-sha2 --disable-gost --disable-ecdsa --disable-dane - - # As of now the test suite requires OpenSSL, so no tests. - # cf. https://github.com/NLnetLabs/ldns/issues/162 - - run: make + - run: make test