Skip to content

Commit

Permalink
Run tests in parallel (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley authored Mar 12, 2024
1 parent ef01e76 commit ee87534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ VignetteBuilder:
Config/Needs/website: usethis, servr
Config/potools/style: explicit
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Expand Down
2 changes: 1 addition & 1 deletion R/build-news.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ build_news_multi <- function(pkg = ".") {
)
}

globalVariables(".")
utils::globalVariables(".")

data_news <- function(pkg = list()) {
html <- markdown_body(path(pkg$src_path, "NEWS.md"))
Expand Down

0 comments on commit ee87534

Please sign in to comment.