Skip to content

Commit f6ba839

Browse files
GHA: Run future.tests also on future.mirai backends + don't test vignettes on Windows
1 parent c7d7d86 commit f6ba839

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: runner.os == 'Windows'
121121
run: |
122122
rcmdcheck::rcmdcheck(
123-
args = c("--no-manual", "--as-cran", if (.Platform$OS.type == "windows" && getRversion() >= "4.2.0") "--no-multiarch"),
123+
args = c("--no-manual", "--ignore-vignetttes", "--as-cran", if (.Platform$OS.type == "windows" && getRversion() >= "4.2.0") "--no-multiarch"),
124124
check_dir = "check"
125125
)
126126
shell: Rscript {0}

.github/workflows/future_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
- { plan: 'future.batchtools::batchtools_local' }
2424
- { plan: 'future.batchtools::batchtools_bash' }
2525
- { plan: 'future.callr::callr' }
26+
- { plan: 'future.mirai::mirai_multisession' }
27+
- { plan: 'future.mirai::mirai_cluster' }
2628

2729
env:
2830
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2931
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3032
## R CMD check
31-
_R_CHECK_LENGTH_1_LOGIC2_: true
3233
_R_CHECK_MATRIX_DATA_: true
3334
_R_CHECK_CRAN_INCOMING_: false
3435
## Specific to futures

0 commit comments

Comments
 (0)