We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c9f42 commit 779c3f3Copy full SHA for 779c3f3
.github/workflows/R-CMD-check.yaml
@@ -117,7 +117,7 @@ jobs:
117
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
118
- name: Run Tests
119
run: |
120
- options(crayon.enabled = TRUE)
+ options(crayon.enabled = TRUE, testthat.progress.max_fails=1000)
121
if (!require(devtools)) pak::pak("devtools")
122
if (!require(reshape2)) pak::pak("reshape2")
123
res <- devtools::test()
0 commit comments