Skip to content

Commit e5130ed

Browse files
committed
chore(r): Use check reporter for tests
1 parent 714e294 commit e5130ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ r-check-package: ## [r] Check package
7979
r-check-tests: ## [r] Check tests
8080
@echo ""
8181
@echo "🧪 Running R tests"
82-
cd $(PATH_PKG_R) && Rscript -e "devtools::test()"
82+
cd $(PATH_PKG_R) && Rscript -e "devtools::test(reporter = 'check')"
8383

8484
.PHONY: r-check-format
8585
r-check-format: ## [r] Check format

0 commit comments

Comments
 (0)