From baa35af558fd9f8c8886e3abcc24b3bb17aac6f7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 12 Mar 2024 13:23:46 +0100 Subject: [PATCH] bench: exclude rosenpass-fuzzing This stops fuzzing to run which takes forever and breaks the CI. Signed-off-by: Paul Spooren --- .github/workflows/qc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc.yaml b/.github/workflows/qc.yaml index ffd2b9f6..61e7eeff 100644 --- a/.github/workflows/qc.yaml +++ b/.github/workflows/qc.yaml @@ -51,7 +51,7 @@ jobs: # liboqs requires quite a lot of stack memory, thus we adjust # the default stack size picked for new threads (which is used # by `cargo test`) to be _big enough_. Setting it to 8 MiB - - run: RUST_MIN_STACK=8388608 cargo bench --workspace + - run: RUST_MIN_STACK=8388608 cargo bench --workspace --exclude rosenpass-fuzzing cargo-audit: runs-on: ubuntu-latest