From 8019798ec40c8549b3781b81fd0e2194b4b3c659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20Lepist=C3=B6?= Date: Mon, 11 Nov 2024 22:49:08 +0200 Subject: [PATCH] removed fuzzing from workflows --- .github/workflows/pr-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index a557c90..40c7ce4 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -15,11 +15,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install nightly - run: rustup toolchain install nightly - - name: Install cargo-fuzz - run: cargo install cargo-fuzz - name: Run tests run: ./test.sh - - name: Quick fuzz - run: ./fuzz.sh 180