Skip to content

Commit 779c3f3

Browse files
committed
increase max failures
1 parent 03c9f42 commit 779c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
118118
- name: Run Tests
119119
run: |
120-
options(crayon.enabled = TRUE)
120+
options(crayon.enabled = TRUE, testthat.progress.max_fails=1000)
121121
if (!require(devtools)) pak::pak("devtools")
122122
if (!require(reshape2)) pak::pak("reshape2")
123123
res <- devtools::test()

0 commit comments

Comments
 (0)