From 710c7dedfe3988b7a0d52e3acbf14ae8893f1fb2 Mon Sep 17 00:00:00 2001 From: stelzo Date: Thu, 20 Feb 2025 23:20:43 +0100 Subject: [PATCH] disable fuzzing --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5199943f..7d6766ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,14 +77,14 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace - fuzz: - name: Check fuzzers - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: nightly-2024-10-29 - - uses: Swatinem/rust-cache@v2 - - run: cargo install --locked cargo-fuzz@0.12.0 - - run: cd tests/fuzz && cargo fuzz build --dev + #fuzz: + # name: Check fuzzers + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - uses: dtolnay/rust-toolchain@master + # with: + # toolchain: nightly-2024-10-29 + # - uses: Swatinem/rust-cache@v2 + # - run: cargo install --locked cargo-fuzz@0.12.0 + # - run: cd tests/fuzz && cargo fuzz build --dev