mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56:30 +00:00
@@ -65,7 +65,7 @@ jobs:
|
|||||||
command: "cargo fmt --check"
|
command: "cargo fmt --check"
|
||||||
- run:
|
- run:
|
||||||
name: "Clippy"
|
name: "Clippy"
|
||||||
command: "cargo clippy --all --all-targets -- -Dwarnings -Drust-2018-idioms"
|
command: "cargo clippy --all --all-targets -- -Dwarnings"
|
||||||
- run:
|
- run:
|
||||||
name: "Tests"
|
name: "Tests"
|
||||||
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"
|
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user