Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 authored and romac committed Feb 12, 2025
1 parent 87c14c0 commit ca1d859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lint:
cargo clippy --workspace --all-features --all-targets -- -D warnings

lint-fix:
cargo fmt --all
cargo clippy --fix --allow-dirty --allow-staged --workspace --all-features --all-targets -- -D warnings
cargo fmt --all

unit-tests:
cargo nextest run \
Expand Down

0 comments on commit ca1d859

Please sign in to comment.