Skip to content

Commit f3881d6

Browse files
committed
Removed Lint
1 parent c25048f commit f3881d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
- checkout
6161
- restore_cache:
6262
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
63-
- run:
64-
name: "Lint"
65-
command: "cargo fmt --check"
6663
- run:
6764
name: "Tests"
6865
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"

0 commit comments

Comments
 (0)