Skip to content

Commit 8278ef2

Browse files
GHA: Run future.tests on plan(cluster, workers = parallelly::makeClusterSequential())
1 parent def8295 commit 8278ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/future_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- { plan: 'multicore' }
2121
- { plan: 'multisession' }
2222
- { plan: 'sequential' }
23+
- { plan: 'plan(cluster, workers = parallelly::makeClusterSequential())' }
2324
- { plan: 'future.batchtools::batchtools_local' }
2425
- { plan: 'future.batchtools::batchtools_bash' }
2526
- { plan: 'future.callr::callr' }
@@ -84,7 +85,7 @@ jobs:
8485
run: |
8586
R CMD build --no-build-vignettes --no-manual .
8687
R CMD INSTALL *.tar.gz
87-
Rscript -e future.tests::check --args --test-plan=${{ matrix.future.plan }}
88+
Rscript -e future.tests::check --args --test-plan="${{ matrix.future.plan }}"
8889
8990
- name: Upload check results
9091
if: failure()

0 commit comments

Comments
 (0)