Skip to content

Commit

Permalink
ALWAYS REBASE TO KEEP THIS COMMIT ON TOP!
Browse files Browse the repository at this point in the history
Setup for the non-parallel testthat branch: Set testthat to not work in parallel, and remove R CMD check.
  • Loading branch information
krivit committed Jan 10, 2025
1 parent 8996e35 commit e4503b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
if [[ "${{ env.IAM }}" == 'public' ]] # Public: full set.
then
config='${{ env.PUBLIC_CONFIG }}'
config='${{ env.RELEASE_CONFIG }}'
elif [[ "${{ env.FOUND_PUBLIC }}" != '0' ]] # Private with no public analogue: reduced set.
then
config='${{ env.PRIVATE_CONFIG }}'
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ URL: https://statnet.org
VignetteBuilder: knitr
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Config/testthat/parallel: true
Config/testthat/parallel: false
Config/testthat/edition: 3
Config/build/clean-inst-doc: FALSE
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
library(testthat)
library(ergm)

test_check("ergm")
test_check("ergm", reporter = LocationReporter)

0 comments on commit e4503b7

Please sign in to comment.