Skip to content

Commit

Permalink
makefile: pin luatest version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Jan 29, 2024
1 parent 7e864bc commit adf28d5
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 @@ -9,7 +9,7 @@ rpm:

.rocks: metrics-scm-1.rockspec metrics/*.lua metrics/*/*.lua
$(TTCTL) rocks make
$(TTCTL) rocks install luatest # master newer than 0.5.7 required
$(TTCTL) rocks install luatest 1.0.1
$(TTCTL) rocks install luacov 0.13.0
$(TTCTL) rocks install luacheck 0.26.0
if [ -n '$(CARTRIDGE_VERSION)' ]; then \
Expand Down

0 comments on commit adf28d5

Please sign in to comment.