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