Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25048f commit f3881d6Copy full SHA for f3881d6
.circleci/config.yml
@@ -60,9 +60,6 @@ jobs:
60
- checkout
61
- restore_cache:
62
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
63
- - run:
64
- name: "Lint"
65
- command: "cargo fmt --check"
66
- run:
67
name: "Tests"
68
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"
0 commit comments