diff --git a/Makefile b/Makefile index 953c764..34972dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ dev: @echo "Setting up dev environment..." @command -v pre-commit >/dev/null 2>&1 || { echo "Error: pre-commit is not installed. Please install it first."; exit 1; } + @command -v docker >/dev/null 2>&1 || { echo "Error: docker is not installed. Please install it first."; exit 1; } pre-commit install pre-commit autoupdate pre-commit install --install-hooks diff --git a/README.md b/README.md index a832a0c..33ac281 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,9 @@ make unit-tests #### Run integration tests +Make sure you have Docker running as this uses [testcontainers](https://testcontainers.com/) to run the integration +tests on Ollama Docker container. + ```shell make integration-tests ``` @@ -325,7 +328,7 @@ project.
-### Appreciate my work? +### Appreciate the work?