Remove redundant format and lint steps

This commit is contained in:
thePR0M3TH3AN
2025-05-21 13:41:57 -04:00
parent 2ca0a135fc
commit 1798ec3615

View File

@@ -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