Skip to content

Commit

Permalink
add cargo test to make test
Browse files Browse the repository at this point in the history
Adds `cargo test` to the make test target.
  • Loading branch information
benjaminedwardwebb committed Feb 23, 2023
1 parent a7d3fb0 commit fa4df79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ man: config
man target/dmenu.1

test: all
cd src && cargo test
seq 1 100 | target/dmenu $(ARGS)

debug: config
Expand Down

0 comments on commit fa4df79

Please sign in to comment.