Skip to content

Commit

Permalink
Rename weekly runs and skip Falcon-1024 (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 authored Feb 7, 2024
1 parent 61b5e8c commit f1f11b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weekly constant time tests
name: Weekly extended tests

on:
schedule:
Expand Down Expand Up @@ -46,10 +46,12 @@ 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:
Expand Down

0 comments on commit f1f11b5

Please sign in to comment.