Skip to content

Commit

Permalink
don't pass 'ncpus'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Jun 11, 2024
1 parent 1d7ce1b commit 4c8df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tinytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
## there are several more granular ways to test files in a tinytest directory,
## see its package vignette; tests can also run once the package is installed
## using the same command `test_package(pkgName)`, or by director or file
tinytest::test_package("Rcpp", ncpu=getOption("Ncpus"))
tinytest::test_package("Rcpp")
}

0 comments on commit 4c8df0c

Please sign in to comment.