From d3815f141650f1d658c2d473e68d04010c5f856d Mon Sep 17 00:00:00 2001 From: Michael <57787676+baentsch@users.noreply.github.com> Date: Wed, 6 Oct 2021 06:40:37 +0200 Subject: [PATCH] skip more SPHINCS algs from weekly testing --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bae6112768..d266a184cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -371,7 +371,7 @@ workflows: # check: https://valgrind.org/info/platforms.html CMAKE_ARGS: -DOQS_OPT_TARGET=haswell -DCMAKE_BUILD_TYPE=Debug -DOQS_ENABLE_TEST_CONSTANT_TIME=ON PYTEST_ARGS: --numprocesses=auto -k 'test_constant_time' - SKIP_ALGS: 'SPHINCS\+-SHA256*,Rainbow-V-Compressed' + SKIP_ALGS: 'SPHINCS\+-SHA*,Rainbow-V-Compressed' - linux_oqs: name: undefined-sanitizer context: openquantumsafe