Skip to content

Commit

Permalink
Correct makefile error
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 19, 2024
1 parent 30123b2 commit 4f3764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test:
cargo test -j 1

test_auto:
cargo test -j default
cargo test

test_%:
cargo test -j $*
Expand Down

0 comments on commit 4f3764e

Please sign in to comment.