Skip to content

Commit 8b87606

Browse files
committed
gh-actions: make fmt/clippy more restrictive
1 parent 028c647 commit 8b87606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ stop-docker:
3434
docker stop sim-ln
3535

3636
check-code:
37-
cargo fmt --check --all
38-
cargo clippy --all-features
37+
cargo fmt --verbose --check --all -- --color always
38+
cargo clippy --all-features --all-targets --color always -- -D warnings
3939

4040
stable-output:
4141
@if [ -n "$$(git status --porcelain)" ]; then \

0 commit comments

Comments
 (0)