Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 15, 2025
1 parent bf15b04 commit 6241f7c
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 6241f7c

Please sign in to comment.