]> granicus.if.org Git - pdns/commitdiff
Add algorithm tests
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 11 Apr 2019 09:43:42 +0000 (11:43 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 6 May 2019 15:13:17 +0000 (17:13 +0200)
.circleci/config.yml

index e4d2ab147e6f86d5ffa3c49ae83f434248b6439e..7b49b950af57060a047caa3ad3bfb60f13950500 100644 (file)
@@ -517,6 +517,15 @@ jobs:
       - auth-regress:
           context: lmdb-nsec3-narrow
 
+  test-auth-algorithms:
+    docker:
+      - image: debian:stretch
+    steps:
+      - auth-regress-setup
+      - run:
+          name: Test all algorithms
+          command: /opt/pdns-auth/bin/pdnsutil test-algorithms
+
   test-auth-api:
     docker:
       - image: debian:stretch
@@ -678,6 +687,9 @@ workflows:
       - test-auth-api:
           requires:
             - build-auth
+      - test-auth-algorithms:
+          requires:
+            - build-auth
       - test-auth-regress-odbc-sqlite3:
           requires:
             - build-auth