diff --git a/.ci/test.sh b/.ci/test.sh index 8114ea8..c9eb56b 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -25,7 +25,7 @@ echo "=======================" echo "= Running R CMD CHECK =" echo "=======================" - Rscript -e "devtools::test(stop_on_failure = TRUE)" + Rscript -e "testthat::test_dir('tests/testthat', stop_on_failure = TRUE)" echo "done running R CMD CHECK" exit 0