Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
decided testing stuff should work
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 30, 2019
1 parent ab78dc5 commit fae6045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fae6045

Please sign in to comment.