diff --git a/scripts/ci/run_tests.sh b/scripts/ci/run_tests.sh index 3dd1ad5..e1d4c8f 100755 --- a/scripts/ci/run_tests.sh +++ b/scripts/ci/run_tests.sh @@ -8,5 +8,5 @@ IFS=$'\n\t' make .venv source .venv/bin/activate -make install-dev +make install-test make tests-ci \ No newline at end of file