Skip to content

Commit

Permalink
try 2 checks at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 10, 2024
1 parent 7e46453 commit 98a5f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/run-r-revdepchecks.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ check_dir <- commandArgs(trailing = TRUE)[[1L]]

tools::check_packages_in_dir(
dir = check_dir
, check_args = c("--run-dontrun", "--run-donttest")
, check_args = c("--no-manual", "--run-dontrun", "--run-donttest")
, clean = TRUE
, all = TRUE
# only check one package at a time, to avoid oversubscribing CPUs
, Ncpus = 1L
, Ncpus = 2L
# only test the libraries found in `check_dir`
, reverse = FALSE
)
Expand Down

0 comments on commit 98a5f10

Please sign in to comment.