Skip to content

Commit c50f208

Browse files
committed
removed run_dontrun = TRUE from run_examples
1 parent dda8bac commit c50f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
options(crayon.enabled = TRUE)
8484
remotes::install_cran("devtools")
85-
devtools::run_examples(run_dontrun = TRUE)
85+
devtools::run_examples()
8686
shell: Rscript {0}
8787

8888
- name: Upload check results

0 commit comments

Comments
 (0)