File tree 2 files changed +19
-0
lines changed
contrib/dev-tools/git/hooks
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ cargo +nightly fmt --check &&
4
+ cargo +nightly check --tests --benches --examples --workspace --all-targets --all-features &&
5
+ cargo +nightly doc --no-deps --bins --examples --workspace --all-features &&
6
+ cargo +nightly machete &&
7
+ cargo +stable build &&
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 --tests --benches --examples --workspace --all-targets --all-features
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ cargo +nightly fmt --check &&
4
+ cargo +nightly check --tests --benches --examples --workspace --all-targets --all-features &&
5
+ cargo +nightly doc --no-deps --bins --examples --workspace --all-features &&
6
+ cargo +nightly machete &&
7
+ cargo +stable build &&
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 --tests --benches --examples --workspace --all-targets --all-features &&
10
+ 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