Merge pull request #39 from PR0M3TH3AN/codex/edit-.github/workflows/ci.yml-to-remove-cargo-fmt-and-clippy

Cleanup CI workflow
This commit is contained in:
thePR0M3TH3AN
2025-05-21 13:42:24 -04:00
committed by GitHub

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