File tree 2 files changed +2
-0
lines changed
contrib/dev-tools/git/hooks
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ cargo +nightly fmt --check &&
6
6
cargo +nightly machete &&
7
7
cargo +stable build &&
8
8
CARGO_INCREMENTAL=0 cargo +stable clippy --no-deps --tests --benches --examples --workspace --all-targets --all-features -- -D clippy::correctness -D clippy::suspicious -D clippy::complexity -D clippy::perf -D clippy::style -D clippy::pedantic &&
9
+ cargo +stable test --doc --workspace &&
9
10
cargo +stable test --tests --benches --examples --workspace --all-targets --all-features
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ cargo +nightly fmt --check &&
6
6
cargo +nightly machete &&
7
7
cargo +stable build &&
8
8
CARGO_INCREMENTAL=0 cargo +stable clippy --no-deps --tests --benches --examples --workspace --all-targets --all-features -- -D clippy::correctness -D clippy::suspicious -D clippy::complexity -D clippy::perf -D clippy::style -D clippy::pedantic &&
9
+ cargo +stable test --doc --workspace &&
9
10
cargo +stable test --tests --benches --examples --workspace --all-targets --all-features &&
10
11
cargo +stable run --bin e2e_tests_runner -- --config-toml-path " ./share/default/config/tracker.e2e.container.sqlite3.toml"
You can’t perform that action at this time.
0 commit comments