Removed Lint

This commit is contained in:
Mohammad Dashti
2023-10-09 13:57:26 -07:00
parent 6dec8bffb1
commit cb5042b144

View File

@@ -60,9 +60,6 @@ jobs:
- checkout
- restore_cache:
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
- run:
name: "Lint"
command: "cargo fmt --check"
- run:
name: "Tests"
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"