]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Enable CI testing for macOS.
authorFelipe Gasper <felipe@felipegasper.com>
Tue, 6 Dec 2022 19:38:21 +0000 (14:38 -0500)
committerFelipe Gasper <felipe@felipegasper.com>
Tue, 6 Dec 2022 19:40:30 +0000 (14:40 -0500)
.github/workflows/testsuite.yml

index 69594e9ab4924cfa568baf477fcdb41d82db8f32..e81084811a6e013468294ace9f00fd2b3c959137 100644 (file)
@@ -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