Skip to content

Commit

Permalink
make: restore missing perf test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Apr 19, 2023
1 parent a9e66c0 commit 488d663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: .rocks
.rocks/bin/luatest -c -v ./test/test.lua

.PHONY: perf
perf:
perf: .rocks
.rocks/bin/luatest -c ./test/perftest.lua

.PHONY: clean
Expand Down

0 comments on commit 488d663

Please sign in to comment.