From 7bd61e2fa4d3bedd9384ceaaf31020701eca1cae Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 11 Apr 2019 11:43:42 +0200 Subject: [PATCH] Add algorithm tests --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4d2ab147e..7b49b950af 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 -- 2.47.2