mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 21:11:03 +00:00
Makefile: remove duplicate workspace tests from the test target (#90)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -18,8 +18,10 @@ install-revive:
|
|||||||
format:
|
format:
|
||||||
cargo fmt --all --check
|
cargo fmt --all --check
|
||||||
|
|
||||||
|
clippy:
|
||||||
|
cargo clippy --all-features --workspace --tests --benches -- --deny warnings --allow dead_code
|
||||||
|
|
||||||
test: format clippy test-cli test-workspace
|
test: format clippy test-cli test-workspace
|
||||||
cargo test --workspace
|
|
||||||
|
|
||||||
test-integration: install-bin
|
test-integration: install-bin
|
||||||
cargo test --package revive-integration
|
cargo test --package revive-integration
|
||||||
@@ -45,9 +47,6 @@ bench: install-bin
|
|||||||
cargo criterion --all --all-features --message-format=json \
|
cargo criterion --all --all-features --message-format=json \
|
||||||
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
||||||
|
|
||||||
clippy:
|
|
||||||
cargo clippy --all-features --workspace --tests --benches -- --deny warnings --allow dead_code
|
|
||||||
|
|
||||||
docs: docs-build
|
docs: docs-build
|
||||||
mdbook serve --open docs/
|
mdbook serve --open docs/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user