Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 7ee8d17

Browse files
committed
run fmt & clippy on all sources in ci
1 parent acff387 commit 7ee8d17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ set -ex
22

33
cargo build --all --target $TARGET --verbose
44
cargo test --all --target $TARGET --verbose
5-
cargo fmt -- --check
6-
cargo clippy -- -D warnings
5+
cargo fmt --all -- --check
6+
cargo clippy --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)