From 1798ec3615cc3885bb89b8d475ae130c20a5a35c Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 21 May 2025 13:41:57 -0400 Subject: [PATCH] Remove redundant format and lint steps --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 162af20..1ef687f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,6 @@ jobs: sudo apt-get update sudo apt-get install -y hyperfine jq bc # For benchmarks within run_all_tests.sh - - name: Check formatting - run: cargo fmt -- --check - - - name: Lint with Clippy - run: cargo clippy -- -D warnings - name: Ensure run_all_tests.sh is executable run: chmod +x ./run_all_tests.sh