diff --git a/.github/workflows/fast_testing.yaml b/.github/workflows/fast_testing.yaml index 0a9bc96d..92a45e8d 100644 --- a/.github/workflows/fast_testing.yaml +++ b/.github/workflows/fast_testing.yaml @@ -49,6 +49,8 @@ jobs: tarantoolctl rocks make if: steps.cache-rocks.outputs.cache-hit != 'true' + - run: echo $PWD/.rocks/bin >> $GITHUB_PATH + - run: make check - run: make test diff --git a/Makefile b/Makefile index 56e0393f..a0f71510 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,11 @@ apidoc: check: luacheck luacheck: - .rocks/bin/luacheck --config .luacheckrc --codes . + luacheck --config .luacheckrc --codes . .PHONY: test test: - .rocks/bin/luatest -v + luatest -v --coverage rm -rf ${CLEANUP_FILES} INDEX_TYPE='TREE' SPACE_TYPE='vinyl' ./test.lua rm -rf ${CLEANUP_FILES}