File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ cargo clippy --version &>/dev/null || rustup component add clippy
1919cargo machete --version & > /dev/null || cargo install --locked cargo-machete
2020cargo sort --version & > /dev/null || cargo install --locked cargo-sort
2121cargo sqlx --version & > /dev/null || cargo install --locked sqlx-cli
22- rusty-hook --version & > /dev/null || cargo install --locked rusty-hook
2322typos --version & > /dev/null || cargo install --locked typos-cli
2423
2524rustup toolchain list | grep -q ' nightly' || rustup toolchain install nightly
@@ -30,7 +29,7 @@ typos .
3029cargo machete
3130cargo +nightly fmt -- --check
3231cargo sort -c
33- cargo test --examples --tests
32+ cargo test --all-targets
33+ cargo test --doc
3434cargo sqlx prepare && git add .sqlx
35- cargo sync-readme && git add README.md
36- cargo clippy --examples --tests -- -D warnings
35+ cargo clippy --all-targets -- -D warnings
You can’t perform that action at this time.
0 commit comments