From 9e3fa74a56d7ddd8d79fb51251642896ba6ee9eb Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Wed, 28 Feb 2024 15:42:24 -0500 Subject: [PATCH] Reenable Falcon-1024 long KAT tests [skip ci] --- .github/workflows/weekly.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 28b6f3cca..327e04d16 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -46,12 +46,10 @@ jobs: container: openquantumsafe/ci-ubuntu-focal-x86_64:latest CMAKE_ARGS: -DOQS_DIST_BUILD=OFF -DOQS_OPT_TARGET=generic PYTEST_ARGS: --numprocesses=auto -k 'test_kat_all' - SKIP_ALGS: 'Falcon-1024' # re-enable when #1561 is resolved - name: extensions container: openquantumsafe/ci-ubuntu-focal-x86_64:latest CMAKE_ARGS: -DOQS_DIST_BUILD=OFF -DOQS_OPT_TARGET=haswell PYTEST_ARGS: --numprocesses=auto -k 'test_kat_all' - SKIP_ALGS: 'Falcon-1024' # re-enable when #1561 is resolved container: image: ${{ matrix.container }} steps: