From: Pieter Lexis Date: Thu, 11 Apr 2019 09:43:42 +0000 (+0200) Subject: Add algorithm tests X-Git-Tag: rec-4.2.0-rc1~26^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd61e2fa4d3bedd9384ceaaf31020701eca1cae;p=pdns Add algorithm tests --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e4d2ab147..7b49b950a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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